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, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
BatchDeleteImageResponse.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 that creates an instance of theList.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)
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 that creates an instance of theList.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 #failures(List)
.failures
- a consumer that will call methods on List.Builder
#failures(List)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.