public static interface ModelPackageGroupSummary.Builder extends SdkPojo, CopyableBuilder<ModelPackageGroupSummary.Builder,ModelPackageGroupSummary>
Modifier and Type | Method and 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(ModelPackageGroupStatus modelPackageGroupStatus)
The status of the model group.
|
ModelPackageGroupSummary.Builder |
modelPackageGroupStatus(String modelPackageGroupStatus)
The status of the model group.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
ModelPackageGroupSummary.Builder modelPackageGroupName(String modelPackageGroupName)
The name of the model group.
modelPackageGroupName
- The name of the model group.ModelPackageGroupSummary.Builder modelPackageGroupArn(String modelPackageGroupArn)
The Amazon Resource Name (ARN) of the model group.
modelPackageGroupArn
- The Amazon Resource Name (ARN) of the model group.ModelPackageGroupSummary.Builder modelPackageGroupDescription(String modelPackageGroupDescription)
A description of the model group.
modelPackageGroupDescription
- A description of the model group.ModelPackageGroupSummary.Builder creationTime(Instant creationTime)
The time that the model group was created.
creationTime
- The time that the model group was created.ModelPackageGroupSummary.Builder modelPackageGroupStatus(String modelPackageGroupStatus)
The status of the model group.
modelPackageGroupStatus
- The status of the model group.ModelPackageGroupStatus
,
ModelPackageGroupStatus
ModelPackageGroupSummary.Builder modelPackageGroupStatus(ModelPackageGroupStatus modelPackageGroupStatus)
The status of the model group.
modelPackageGroupStatus
- The status of the model group.ModelPackageGroupStatus
,
ModelPackageGroupStatus
Copyright © 2023. All rights reserved.