Struct aws_sdk_athena::model::calculation_summary::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for CalculationSummary
.
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 description(self, input: impl Into<String>) -> Self
pub fn description(self, input: impl Into<String>) -> Self
A description of the calculation.
sourcepub fn set_description(self, input: Option<String>) -> Self
pub fn set_description(self, input: Option<String>) -> Self
A description of the calculation.
sourcepub fn status(self, input: CalculationStatus) -> Self
pub fn status(self, input: CalculationStatus) -> Self
Contains information about the status of the calculation.
sourcepub fn set_status(self, input: Option<CalculationStatus>) -> Self
pub fn set_status(self, input: Option<CalculationStatus>) -> Self
Contains information about the status of the calculation.
sourcepub fn build(self) -> CalculationSummary
pub fn build(self) -> CalculationSummary
Consumes the builder and constructs a CalculationSummary
.