CopyableBuilder<BatchDeleteImageRequest.Builder,BatchDeleteImageRequest>
, SdkBuilder<BatchDeleteImageRequest.Builder,BatchDeleteImageRequest>
public static interface BatchDeleteImageRequest.Builder extends CopyableBuilder<BatchDeleteImageRequest.Builder,BatchDeleteImageRequest>
Modifier and Type | Method | Description |
---|---|---|
BatchDeleteImageRequest.Builder |
imageIds(Collection<ImageIdentifier> 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 |
registryId(String registryId) |
The AWS account ID associated with the registry that contains the image to delete.
|
BatchDeleteImageRequest.Builder |
repositoryName(String repositoryName) |
The repository that contains the image to delete.
|
copy
apply, build
BatchDeleteImageRequest.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 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 registry is assumed.BatchDeleteImageRequest.Builder repositoryName(String repositoryName)
The repository that contains the image to delete.
repositoryName
- The repository 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
.
NOTE: This method appends the values to the existing list (if any). Use
#setImageIds(java.util.Collection)
or #withImageIds(java.util.Collection)
if you want to
override the existing values.
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
.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.