Struct aws_sdk_athena::model::work_group_summary::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for WorkGroupSummary
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn state(self, input: WorkGroupState) -> Self
pub fn state(self, input: WorkGroupState) -> Self
The state of the workgroup.
sourcepub fn set_state(self, input: Option<WorkGroupState>) -> Self
pub fn set_state(self, input: Option<WorkGroupState>) -> Self
The state of the workgroup.
sourcepub fn description(self, input: impl Into<String>) -> Self
pub fn description(self, input: impl Into<String>) -> Self
The workgroup description.
sourcepub fn set_description(self, input: Option<String>) -> Self
pub fn set_description(self, input: Option<String>) -> Self
The workgroup description.
sourcepub fn creation_time(self, input: DateTime) -> Self
pub fn creation_time(self, input: DateTime) -> Self
The workgroup creation date and time.
sourcepub fn set_creation_time(self, input: Option<DateTime>) -> Self
pub fn set_creation_time(self, input: Option<DateTime>) -> Self
The workgroup creation date and time.
sourcepub fn engine_version(self, input: EngineVersion) -> Self
pub fn engine_version(self, input: EngineVersion) -> Self
The engine version setting for all queries on the workgroup. Queries on the AmazonAthenaPreviewFunctionality
workgroup run on the preview engine regardless of this setting.
sourcepub fn set_engine_version(self, input: Option<EngineVersion>) -> Self
pub fn set_engine_version(self, input: Option<EngineVersion>) -> Self
The engine version setting for all queries on the workgroup. Queries on the AmazonAthenaPreviewFunctionality
workgroup run on the preview engine regardless of this setting.
sourcepub fn build(self) -> WorkGroupSummary
pub fn build(self) -> WorkGroupSummary
Consumes the builder and constructs a WorkGroupSummary
.