Struct aws_sdk_athena::input::get_work_group_input::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for GetWorkGroupInput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn work_group(self, input: impl Into<String>) -> Self
pub fn work_group(self, input: impl Into<String>) -> Self
The name of the workgroup.
sourcepub fn set_work_group(self, input: Option<String>) -> Self
pub fn set_work_group(self, input: Option<String>) -> Self
The name of the workgroup.
sourcepub fn build(self) -> Result<GetWorkGroupInput, BuildError>
pub fn build(self) -> Result<GetWorkGroupInput, BuildError>
Consumes the builder and constructs a GetWorkGroupInput
.