public static interface BatchDeleteImageRequest.Builder extends EcrPublicRequest.Builder, SdkPojo, CopyableBuilder<BatchDeleteImageRequest.Builder,BatchDeleteImageRequest>
| Modifier and Type | Method and Description |
|---|---|
BatchDeleteImageRequest.Builder |
imageIds(Collection<ImageIdentifier> imageIds)
A list of image ID references that correspond to images to delete.
|
BatchDeleteImageRequest.Builder |
imageIds(Consumer<ImageIdentifier.Builder>... imageIds)
A list of image ID references that correspond to images to delete.
|
BatchDeleteImageRequest.Builder |
imageIds(ImageIdentifier... imageIds)
A list of image ID references that correspond to images to delete.
|
BatchDeleteImageRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
BatchDeleteImageRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
BatchDeleteImageRequest.Builder |
registryId(String registryId)
The AWS account ID associated with the registry that contains the image to delete.
|
BatchDeleteImageRequest.Builder |
repositoryName(String repositoryName)
The repository in a public registry that contains the image to delete.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchDeleteImageRequest.Builder registryId(String registryId)
The AWS account ID associated with the registry that contains the image to delete. If you do not specify a registry, the default public registry is assumed.
registryId - The AWS account ID associated with the registry that contains the image to delete. If you do not
specify a registry, the default public registry is assumed.BatchDeleteImageRequest.Builder repositoryName(String repositoryName)
The repository in a public registry that contains the image to delete.
repositoryName - The repository in a public registry that contains the image to delete.BatchDeleteImageRequest.Builder imageIds(Collection<ImageIdentifier> imageIds)
A list of image ID references that correspond to images to delete. The format of the imageIds
reference is imageTag=tag or imageDigest=digest.
imageIds - A list of image ID references that correspond to images to delete. The format of the
imageIds reference is imageTag=tag or imageDigest=digest.BatchDeleteImageRequest.Builder imageIds(ImageIdentifier... imageIds)
A list of image ID references that correspond to images to delete. The format of the imageIds
reference is imageTag=tag or imageDigest=digest.
imageIds - A list of image ID references that correspond to images to delete. The format of the
imageIds reference is imageTag=tag or imageDigest=digest.BatchDeleteImageRequest.Builder imageIds(Consumer<ImageIdentifier.Builder>... imageIds)
A list of image ID references that correspond to images to delete. The format of the imageIds
reference is imageTag=tag or imageDigest=digest.
List.Builder avoiding
the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and
its result is passed to #imageIds(List) .imageIds - a consumer that will call methods on List.Builder #imageIds(List) BatchDeleteImageRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderBatchDeleteImageRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.