Interface ModelPackageStatusItem.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<ModelPackageStatusItem.Builder,,- ModelPackageStatusItem> - SdkBuilder<ModelPackageStatusItem.Builder,,- ModelPackageStatusItem> - SdkPojo
- Enclosing class:
- ModelPackageStatusItem
@Mutable
@NotThreadSafe
public static interface ModelPackageStatusItem.Builder
extends SdkPojo, CopyableBuilder<ModelPackageStatusItem.Builder,ModelPackageStatusItem> 
- 
Method SummaryModifier and TypeMethodDescriptionfailureReason(String failureReason) if the overall status isFailed, the reason for the failure.The name of the model package for which the overall status is being reported.The current status.status(DetailedModelPackageStatus status) The current status.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
nameThe name of the model package for which the overall status is being reported. - Parameters:
- name- The name of the model package for which the overall status is being reported.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
statusThe current status. - Parameters:
- status- The current status.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
statusThe current status. - Parameters:
- status- The current status.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
failureReasonif the overall status is Failed, the reason for the failure.- Parameters:
- failureReason- if the overall status is- Failed, the reason for the failure.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-