Cloneable
, ReadLimitInfo
, ToCopyableBuilder<BatchDeleteImageRequest.Builder,BatchDeleteImageRequest>
@Generated("software.amazon.awssdk:codegen") public class BatchDeleteImageRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<BatchDeleteImageRequest.Builder,BatchDeleteImageRequest>
Deletes specified images within a specified repository. Images are specified with either the imageTag
or
imageDigest
.
Modifier and Type | Class | Description |
---|---|---|
static interface |
BatchDeleteImageRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static BatchDeleteImageRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
List<ImageIdentifier> |
imageIds() |
A list of image ID references that correspond to images to delete.
|
String |
registryId() |
The AWS account ID associated with the registry that contains the image to delete.
|
String |
repositoryName() |
The repository that contains the image to delete.
|
static Class<? extends BatchDeleteImageRequest.Builder> |
serializableBuilderClass() |
|
BatchDeleteImageRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public 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.
public String repositoryName()
The repository that contains the image to delete.
public List<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
reference is imageTag=tag
or imageDigest=digest
.public BatchDeleteImageRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<BatchDeleteImageRequest.Builder,BatchDeleteImageRequest>
public static BatchDeleteImageRequest.Builder builder()
public static Class<? extends BatchDeleteImageRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.