Interface CreateModelPackageGroupRequest.Builder
- All Superinterfaces:
- AwsRequest.Builder,- Buildable,- CopyableBuilder<CreateModelPackageGroupRequest.Builder,,- CreateModelPackageGroupRequest> - SageMakerRequest.Builder,- SdkBuilder<CreateModelPackageGroupRequest.Builder,,- CreateModelPackageGroupRequest> - SdkPojo,- SdkRequest.Builder
- Enclosing class:
- CreateModelPackageGroupRequest
@Mutable
@NotThreadSafe
public static interface CreateModelPackageGroupRequest.Builder
extends SageMakerRequest.Builder, SdkPojo, CopyableBuilder<CreateModelPackageGroupRequest.Builder,CreateModelPackageGroupRequest> 
- 
Method SummaryModifier and TypeMethodDescriptionmodelPackageGroupDescription(String modelPackageGroupDescription) A description for the model group.modelPackageGroupName(String modelPackageGroupName) The name of the model group.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.tags(Collection<Tag> tags) A list of key value pairs associated with the model group.tags(Consumer<Tag.Builder>... tags) A list of key value pairs associated with the model group.A list of key value pairs associated with the model group.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.BuilderoverrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.sagemaker.model.SageMakerRequest.BuilderbuildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
modelPackageGroupNameThe name of the model group. - Parameters:
- modelPackageGroupName- The name of the model group.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
modelPackageGroupDescriptionCreateModelPackageGroupRequest.Builder modelPackageGroupDescription(String modelPackageGroupDescription) A description for the model group. - Parameters:
- modelPackageGroupDescription- A description for the model group.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
tagsA 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. - Parameters:
- 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.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
tagsA 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. - Parameters:
- 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.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
tagsA 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. This is a convenience method that creates an instance of theTag.Builderavoiding the need to create one manually viaTag.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed totags(List<Tag>).- Parameters:
- tags- a consumer that will call methods on- Tag.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
overrideConfigurationCreateModelPackageGroupRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- overrideConfiguration- The override configuration.
- Returns:
- This object for method chaining.
 
- 
overrideConfigurationCreateModelPackageGroupRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- builderConsumer- A- Consumerto which an empty- AwsRequestOverrideConfiguration.Builderwill be given.
- Returns:
- This object for method chaining.
 
 
-