Interface ModelPackageStatusDetails.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<ModelPackageStatusDetails.Builder,,- ModelPackageStatusDetails> - SdkBuilder<ModelPackageStatusDetails.Builder,,- ModelPackageStatusDetails> - SdkPojo
- Enclosing class:
- ModelPackageStatusDetails
@Mutable
@NotThreadSafe
public static interface ModelPackageStatusDetails.Builder
extends SdkPojo, CopyableBuilder<ModelPackageStatusDetails.Builder,ModelPackageStatusDetails> 
- 
Method SummaryModifier and TypeMethodDescriptionimageScanStatuses(Collection<ModelPackageStatusItem> imageScanStatuses) The status of the scan of the Docker image container for the model package.imageScanStatuses(Consumer<ModelPackageStatusItem.Builder>... imageScanStatuses) The status of the scan of the Docker image container for the model package.imageScanStatuses(ModelPackageStatusItem... imageScanStatuses) The status of the scan of the Docker image container for the model package.validationStatuses(Collection<ModelPackageStatusItem> validationStatuses) The validation status of the model package.validationStatuses(Consumer<ModelPackageStatusItem.Builder>... validationStatuses) The validation status of the model package.validationStatuses(ModelPackageStatusItem... validationStatuses) The validation status of the model package.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- 
validationStatusesModelPackageStatusDetails.Builder validationStatuses(Collection<ModelPackageStatusItem> validationStatuses) The validation status of the model package. - Parameters:
- validationStatuses- The validation status of the model package.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
validationStatusesThe validation status of the model package. - Parameters:
- validationStatuses- The validation status of the model package.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
validationStatusesModelPackageStatusDetails.Builder validationStatuses(Consumer<ModelPackageStatusItem.Builder>... validationStatuses) The validation status of the model package. This is a convenience method that creates an instance of theModelPackageStatusItem.Builderavoiding the need to create one manually viaModelPackageStatusItem.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tovalidationStatuses(List<ModelPackageStatusItem>).- Parameters:
- validationStatuses- a consumer that will call methods on- ModelPackageStatusItem.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
imageScanStatusesModelPackageStatusDetails.Builder imageScanStatuses(Collection<ModelPackageStatusItem> imageScanStatuses) The status of the scan of the Docker image container for the model package. - Parameters:
- imageScanStatuses- The status of the scan of the Docker image container for the model package.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
imageScanStatusesThe status of the scan of the Docker image container for the model package. - Parameters:
- imageScanStatuses- The status of the scan of the Docker image container for the model package.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
imageScanStatusesModelPackageStatusDetails.Builder imageScanStatuses(Consumer<ModelPackageStatusItem.Builder>... imageScanStatuses) The status of the scan of the Docker image container for the model package. This is a convenience method that creates an instance of theModelPackageStatusItem.Builderavoiding the need to create one manually viaModelPackageStatusItem.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toimageScanStatuses(List<ModelPackageStatusItem>).- Parameters:
- imageScanStatuses- a consumer that will call methods on- ModelPackageStatusItem.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-