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, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, 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 method that creates an instance of theImage.Builder avoiding the need to create one manually via
Image.builder().
When the Consumer completes, SdkBuilder.build()
is called immediately and its result is passed to #images(List.
images - a consumer that will call methods on Image.Builder#images(java.util.Collection) 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 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.