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(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(Image... images)
A list of image objects corresponding to the image references in the request.
|
buildcopyapply, 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 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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.