pub struct Builder { /* private fields */ }
Expand description
A builder for CreateModelPackageGroupInput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn model_package_group_name(self, input: impl Into<String>) -> Self
pub fn model_package_group_name(self, input: impl Into<String>) -> Self
The name of the model group.
sourcepub fn set_model_package_group_name(self, input: Option<String>) -> Self
pub fn set_model_package_group_name(self, input: Option<String>) -> Self
The name of the model group.
sourcepub fn model_package_group_description(self, input: impl Into<String>) -> Self
pub fn model_package_group_description(self, input: impl Into<String>) -> Self
A description for the model group.
sourcepub fn set_model_package_group_description(self, input: Option<String>) -> Self
pub fn set_model_package_group_description(self, input: Option<String>) -> Self
A description for the model group.
Appends an item to tags
.
To override the contents of this collection use set_tags
.
A list of key value pairs associated with the model group. For more information, see Tagging Amazon Web Services resources in the Amazon Web Services General Reference Guide.
A list of key value pairs associated with the model group. For more information, see Tagging Amazon Web Services resources in the Amazon Web Services General Reference Guide.
sourcepub fn build(self) -> Result<CreateModelPackageGroupInput, BuildError>
pub fn build(self) -> Result<CreateModelPackageGroupInput, BuildError>
Consumes the builder and constructs a CreateModelPackageGroupInput
.