public static interface BatchDeleteImageResponse.Builder extends ECRResponse.Builder, CopyableBuilder<BatchDeleteImageResponse.Builder,BatchDeleteImageResponse>
| Modifier and Type | Method and Description |
|---|---|
BatchDeleteImageResponse.Builder |
failures(Collection<ImageFailure> failures)
Any failures associated with the call.
|
BatchDeleteImageResponse.Builder |
failures(ImageFailure... failures)
Any failures associated with the call.
|
BatchDeleteImageResponse.Builder |
imageIds(Collection<ImageIdentifier> imageIds)
The image IDs of the deleted images.
|
BatchDeleteImageResponse.Builder |
imageIds(ImageIdentifier... imageIds)
The image IDs of the deleted images.
|
buildcopyapply, buildBatchDeleteImageResponse.Builder imageIds(Collection<ImageIdentifier> imageIds)
The image IDs of the deleted images.
imageIds - The image IDs of the deleted images.BatchDeleteImageResponse.Builder imageIds(ImageIdentifier... imageIds)
The image IDs of the deleted images.
imageIds - The image IDs of the deleted images.BatchDeleteImageResponse.Builder failures(Collection<ImageFailure> failures)
Any failures associated with the call.
failures - Any failures associated with the call.BatchDeleteImageResponse.Builder failures(ImageFailure... failures)
Any failures associated with the call.
failures - Any failures associated with the call.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.