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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ModelPackageGroupSummary.Builder
creationTime(Instant creationTime)
The time that the model group was created.ModelPackageGroupSummary.Builder
modelPackageGroupArn(String modelPackageGroupArn)
The Amazon Resource Name (ARN) of the model group.ModelPackageGroupSummary.Builder
modelPackageGroupDescription(String modelPackageGroupDescription)
A description of the model group.ModelPackageGroupSummary.Builder
modelPackageGroupName(String modelPackageGroupName)
The name of the model group.ModelPackageGroupSummary.Builder
modelPackageGroupStatus(String modelPackageGroupStatus)
The status of the model group.ModelPackageGroupSummary.Builder
modelPackageGroupStatus(ModelPackageGroupStatus modelPackageGroupStatus)
The status of the model group.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
modelPackageGroupName
ModelPackageGroupSummary.Builder modelPackageGroupName(String 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
ModelPackageGroupSummary.Builder modelPackageGroupArn(String 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
ModelPackageGroupSummary.Builder modelPackageGroupDescription(String 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
ModelPackageGroupSummary.Builder creationTime(Instant 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
ModelPackageGroupSummary.Builder modelPackageGroupStatus(String 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
,ModelPackageGroupStatus
-
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:
ModelPackageGroupStatus
,ModelPackageGroupStatus
-
-