Struct aws_sdk_sagemaker::output::create_workforce_output::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for CreateWorkforceOutput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn workforce_arn(self, input: impl Into<String>) -> Self
pub fn workforce_arn(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) of the workforce.
sourcepub fn set_workforce_arn(self, input: Option<String>) -> Self
pub fn set_workforce_arn(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) of the workforce.
sourcepub fn build(self) -> CreateWorkforceOutput
pub fn build(self) -> CreateWorkforceOutput
Consumes the builder and constructs a CreateWorkforceOutput
.