Interface ModelPackageGroupSummary.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<ModelPackageGroupSummary.Builder,,ModelPackageGroupSummary> SdkBuilder<ModelPackageGroupSummary.Builder,,ModelPackageGroupSummary> SdkPojo
- Enclosing class:
 ModelPackageGroupSummary
public static interface ModelPackageGroupSummary.Builder
extends SdkPojo, CopyableBuilder<ModelPackageGroupSummary.Builder,ModelPackageGroupSummary> 
- 
Method Summary
Modifier and TypeMethodDescriptioncreationTime(Instant creationTime) The time that the model group was created.modelPackageGroupArn(String modelPackageGroupArn) The Amazon Resource Name (ARN) of the model group.modelPackageGroupDescription(String modelPackageGroupDescription) A description of the model group.modelPackageGroupName(String modelPackageGroupName) The name of the model group.modelPackageGroupStatus(String modelPackageGroupStatus) The status of the model group.modelPackageGroupStatus(ModelPackageGroupStatus modelPackageGroupStatus) The status of the model group.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
modelPackageGroupName
The 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.
 
 - 
modelPackageGroupArn
The Amazon Resource Name (ARN) of the model group.
- Parameters:
 modelPackageGroupArn- The Amazon Resource Name (ARN) of the model group.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
modelPackageGroupDescription
A description of the model group.
- Parameters:
 modelPackageGroupDescription- A description of the model group.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
creationTime
The time that the model group was created.
- Parameters:
 creationTime- The time that the model group was created.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
modelPackageGroupStatus
The status of the model group.
- Parameters:
 modelPackageGroupStatus- The status of the model group.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
modelPackageGroupStatus
ModelPackageGroupSummary.Builder modelPackageGroupStatus(ModelPackageGroupStatus modelPackageGroupStatus) The status of the model group.
- Parameters:
 modelPackageGroupStatus- The status of the model group.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 
 -