pub struct Builder { /* private fields */ }
Expand description
A builder for GetCalculationExecutionCodeOutput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn code_block(self, input: impl Into<String>) -> Self
pub fn code_block(self, input: impl Into<String>) -> Self
A pre-signed URL to the code that executed the calculation.
sourcepub fn set_code_block(self, input: Option<String>) -> Self
pub fn set_code_block(self, input: Option<String>) -> Self
A pre-signed URL to the code that executed the calculation.
sourcepub fn build(self) -> GetCalculationExecutionCodeOutput
pub fn build(self) -> GetCalculationExecutionCodeOutput
Consumes the builder and constructs a GetCalculationExecutionCodeOutput
.