Struct aws_sdk_sagemaker::output::create_workteam_output::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for CreateWorkteamOutput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn workteam_arn(self, input: impl Into<String>) -> Self
pub fn workteam_arn(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) of the work team. You can use this ARN to identify the work team.
sourcepub fn set_workteam_arn(self, input: Option<String>) -> Self
pub fn set_workteam_arn(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) of the work team. You can use this ARN to identify the work team.
sourcepub fn build(self) -> CreateWorkteamOutput
pub fn build(self) -> CreateWorkteamOutput
Consumes the builder and constructs a CreateWorkteamOutput
.