public static interface BatchGetImageResponse.Builder extends ECRResponse.Builder, 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.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildBatchGetImageResponse.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 © 2017 Amazon Web Services, Inc. All Rights Reserved.