public static interface BatchDeleteImageResponse.Builder extends EcrResponse.Builder, SdkPojo, 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(Consumer<ImageFailure.Builder>... 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(Consumer<ImageIdentifier.Builder>... imageIds)
The image IDs of the deleted images.
|
BatchDeleteImageResponse.Builder |
imageIds(ImageIdentifier... imageIds)
The image IDs of the deleted images.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, 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 imageIds(Consumer<ImageIdentifier.Builder>... imageIds)
The image IDs of the deleted images.
This is a convenience method that creates an instance of theImageIdentifier.Builder avoiding the need to create one
manually via ImageIdentifier.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #imageIds(List.
imageIds - a consumer that will call methods on
ImageIdentifier.Builder#imageIds(java.util.Collection) 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.BatchDeleteImageResponse.Builder failures(Consumer<ImageFailure.Builder>... failures)
Any failures associated with the call.
This is a convenience method that creates an instance of theImageFailure.Builder avoiding the need to create one
manually via ImageFailure.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #failures(List.
failures - a consumer that will call methods on
ImageFailure.Builder#failures(java.util.Collection) Copyright © 2023. All rights reserved.