Struct aws_sdk_sagemaker::output::update_workteam_output::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for UpdateWorkteamOutput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn workteam(self, input: Workteam) -> Self
pub fn workteam(self, input: Workteam) -> Self
A Workteam
object that describes the updated work team.
sourcepub fn set_workteam(self, input: Option<Workteam>) -> Self
pub fn set_workteam(self, input: Option<Workteam>) -> Self
A Workteam
object that describes the updated work team.
sourcepub fn build(self) -> UpdateWorkteamOutput
pub fn build(self) -> UpdateWorkteamOutput
Consumes the builder and constructs a UpdateWorkteamOutput
.