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 Summary
Modifier 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.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
validationStatuses
ModelPackageStatusDetails.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.
-
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.
-
validationStatuses
ModelPackageStatusDetails.Builder validationStatuses(Consumer<ModelPackageStatusItem.Builder>... validationStatuses) The validation status of the model package.
This is a convenience method that creates an instance of theModelPackageStatusItem.Builder
avoiding the need to create one manually viaModelPackageStatusItem.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tovalidationStatuses(List<ModelPackageStatusItem>)
.- Parameters:
validationStatuses
- a consumer that will call methods onModelPackageStatusItem.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
imageScanStatuses
ModelPackageStatusDetails.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.
-
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.
-
imageScanStatuses
ModelPackageStatusDetails.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.Builder
avoiding the need to create one manually viaModelPackageStatusItem.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toimageScanStatuses(List<ModelPackageStatusItem>)
.- Parameters:
imageScanStatuses
- a consumer that will call methods onModelPackageStatusItem.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-