public static interface BatchGetImageResponse.Builder extends EcrResponse.Builder, SdkPojo, CopyableBuilder<BatchGetImageResponse.Builder,BatchGetImageResponse>
Modifier and Type | Method and Description |
---|---|
BatchGetImageResponse.Builder |
failures(Collection<ImageFailure> failures)
Any failures associated with the call.
|
BatchGetImageResponse.Builder |
failures(Consumer<ImageFailure.Builder>... failures)
Any failures associated with the call.
|
BatchGetImageResponse.Builder |
failures(ImageFailure... failures)
Any failures associated with the call.
|
BatchGetImageResponse.Builder |
images(Collection<Image> images)
A list of image objects corresponding to the image references in the request.
|
BatchGetImageResponse.Builder |
images(Consumer<Image.Builder>... images)
A list of image objects corresponding to the image references in the request.
|
BatchGetImageResponse.Builder |
images(Image... images)
A list of image objects corresponding to the image references in the request.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
BatchGetImageResponse.Builder images(Collection<Image> images)
A list of image objects corresponding to the image references in the request.
images
- A list of image objects corresponding to the image references in the request.BatchGetImageResponse.Builder images(Image... images)
A list of image objects corresponding to the image references in the request.
images
- A list of image objects corresponding to the image references in the request.BatchGetImageResponse.Builder images(Consumer<Image.Builder>... images)
A list of image objects corresponding to the image references in the request.
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 #images(List)
.images
- a consumer that will call methods on List.Builder
#images(List)
BatchGetImageResponse.Builder failures(Collection<ImageFailure> failures)
Any failures associated with the call.
failures
- Any failures associated with the call.BatchGetImageResponse.Builder failures(ImageFailure... failures)
Any failures associated with the call.
failures
- Any failures associated with the call.BatchGetImageResponse.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 © 2019. All rights reserved.