Struct aws_sdk_sagemaker::output::update_workforce_output::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for UpdateWorkforceOutput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn workforce(self, input: Workforce) -> Self
pub fn workforce(self, input: Workforce) -> Self
A single private workforce. You can create one private work force in each Amazon Web Services Region. By default, any workforce-related API operation used in a specific region will apply to the workforce created in that region. To learn how to create a private workforce, see Create a Private Workforce.
sourcepub fn set_workforce(self, input: Option<Workforce>) -> Self
pub fn set_workforce(self, input: Option<Workforce>) -> Self
A single private workforce. You can create one private work force in each Amazon Web Services Region. By default, any workforce-related API operation used in a specific region will apply to the workforce created in that region. To learn how to create a private workforce, see Create a Private Workforce.
sourcepub fn build(self) -> UpdateWorkforceOutput
pub fn build(self) -> UpdateWorkforceOutput
Consumes the builder and constructs a UpdateWorkforceOutput
.