pub struct Builder { /* private fields */ }Expand description
A builder for GetCalculationExecutionCodeInput.
Implementations§
source§impl Builder
impl Builder
sourcepub fn calculation_execution_id(self, input: impl Into<String>) -> Self
pub fn calculation_execution_id(self, input: impl Into<String>) -> Self
The calculation execution UUID.
sourcepub fn set_calculation_execution_id(self, input: Option<String>) -> Self
pub fn set_calculation_execution_id(self, input: Option<String>) -> Self
The calculation execution UUID.
sourcepub fn build(self) -> Result<GetCalculationExecutionCodeInput, BuildError>
pub fn build(self) -> Result<GetCalculationExecutionCodeInput, BuildError>
Consumes the builder and constructs a GetCalculationExecutionCodeInput.