Struct aws_sdk_athena::output::get_work_group_output::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for GetWorkGroupOutput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn work_group(self, input: WorkGroup) -> Self
pub fn work_group(self, input: WorkGroup) -> Self
Information about the workgroup.
sourcepub fn set_work_group(self, input: Option<WorkGroup>) -> Self
pub fn set_work_group(self, input: Option<WorkGroup>) -> Self
Information about the workgroup.
sourcepub fn build(self) -> GetWorkGroupOutput
pub fn build(self) -> GetWorkGroupOutput
Consumes the builder and constructs a GetWorkGroupOutput
.