Interface ModelPackageSummary.Builder
-
- All Superinterfaces:
Buildable
,CopyableBuilder<ModelPackageSummary.Builder,ModelPackageSummary>
,SdkBuilder<ModelPackageSummary.Builder,ModelPackageSummary>
,SdkPojo
- Enclosing class:
- ModelPackageSummary
public static interface ModelPackageSummary.Builder extends SdkPojo, CopyableBuilder<ModelPackageSummary.Builder,ModelPackageSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ModelPackageSummary.Builder
creationTime(Instant creationTime)
A timestamp that shows when the model package was created.ModelPackageSummary.Builder
modelApprovalStatus(String modelApprovalStatus)
The approval status of the model.ModelPackageSummary.Builder
modelApprovalStatus(ModelApprovalStatus modelApprovalStatus)
The approval status of the model.ModelPackageSummary.Builder
modelPackageArn(String modelPackageArn)
The Amazon Resource Name (ARN) of the model package.ModelPackageSummary.Builder
modelPackageDescription(String modelPackageDescription)
A brief description of the model package.ModelPackageSummary.Builder
modelPackageGroupName(String modelPackageGroupName)
If the model package is a versioned model, the model group that the versioned model belongs to.ModelPackageSummary.Builder
modelPackageName(String modelPackageName)
The name of the model package.ModelPackageSummary.Builder
modelPackageStatus(String modelPackageStatus)
The overall status of the model package.ModelPackageSummary.Builder
modelPackageStatus(ModelPackageStatus modelPackageStatus)
The overall status of the model package.ModelPackageSummary.Builder
modelPackageVersion(Integer modelPackageVersion)
If the model package is a versioned model, the version of the model.-
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
-
modelPackageName
ModelPackageSummary.Builder modelPackageName(String modelPackageName)
The name of the model package.
- Parameters:
modelPackageName
- The name of the model package.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
modelPackageGroupName
ModelPackageSummary.Builder modelPackageGroupName(String modelPackageGroupName)
If the model package is a versioned model, the model group that the versioned model belongs to.
- Parameters:
modelPackageGroupName
- If the model package is a versioned model, the model group that the versioned model belongs to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
modelPackageVersion
ModelPackageSummary.Builder modelPackageVersion(Integer modelPackageVersion)
If the model package is a versioned model, the version of the model.
- Parameters:
modelPackageVersion
- If the model package is a versioned model, the version of the model.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
modelPackageArn
ModelPackageSummary.Builder modelPackageArn(String modelPackageArn)
The Amazon Resource Name (ARN) of the model package.
- Parameters:
modelPackageArn
- The Amazon Resource Name (ARN) of the model package.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
modelPackageDescription
ModelPackageSummary.Builder modelPackageDescription(String modelPackageDescription)
A brief description of the model package.
- Parameters:
modelPackageDescription
- A brief description of the model package.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
creationTime
ModelPackageSummary.Builder creationTime(Instant creationTime)
A timestamp that shows when the model package was created.
- Parameters:
creationTime
- A timestamp that shows when the model package was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
modelPackageStatus
ModelPackageSummary.Builder modelPackageStatus(String modelPackageStatus)
The overall status of the model package.
- Parameters:
modelPackageStatus
- The overall status of the model package.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ModelPackageStatus
,ModelPackageStatus
-
modelPackageStatus
ModelPackageSummary.Builder modelPackageStatus(ModelPackageStatus modelPackageStatus)
The overall status of the model package.
- Parameters:
modelPackageStatus
- The overall status of the model package.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ModelPackageStatus
,ModelPackageStatus
-
modelApprovalStatus
ModelPackageSummary.Builder modelApprovalStatus(String modelApprovalStatus)
The approval status of the model. This can be one of the following values.
-
APPROVED
- The model is approved -
REJECTED
- The model is rejected. -
PENDING_MANUAL_APPROVAL
- The model is waiting for manual approval.
- Parameters:
modelApprovalStatus
- The approval status of the model. This can be one of the following values.-
APPROVED
- The model is approved -
REJECTED
- The model is rejected. -
PENDING_MANUAL_APPROVAL
- The model is waiting for manual approval.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ModelApprovalStatus
,ModelApprovalStatus
-
-
modelApprovalStatus
ModelPackageSummary.Builder modelApprovalStatus(ModelApprovalStatus modelApprovalStatus)
The approval status of the model. This can be one of the following values.
-
APPROVED
- The model is approved -
REJECTED
- The model is rejected. -
PENDING_MANUAL_APPROVAL
- The model is waiting for manual approval.
- Parameters:
modelApprovalStatus
- The approval status of the model. This can be one of the following values.-
APPROVED
- The model is approved -
REJECTED
- The model is rejected. -
PENDING_MANUAL_APPROVAL
- The model is waiting for manual approval.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ModelApprovalStatus
,ModelApprovalStatus
-
-
-