Struct aws_sdk_sagemaker::input::delete_workteam_input::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for DeleteWorkteamInput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn workteam_name(self, input: impl Into<String>) -> Self
pub fn workteam_name(self, input: impl Into<String>) -> Self
The name of the work team to delete.
sourcepub fn set_workteam_name(self, input: Option<String>) -> Self
pub fn set_workteam_name(self, input: Option<String>) -> Self
The name of the work team to delete.
sourcepub fn build(self) -> Result<DeleteWorkteamInput, BuildError>
pub fn build(self) -> Result<DeleteWorkteamInput, BuildError>
Consumes the builder and constructs a DeleteWorkteamInput
.