CopyableBuilder<BatchGetImageResponse.Builder,BatchGetImageResponse>
, SdkBuilder<BatchGetImageResponse.Builder,BatchGetImageResponse>
public static interface BatchGetImageResponse.Builder extends CopyableBuilder<BatchGetImageResponse.Builder,BatchGetImageResponse>
Modifier and Type | Method | 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.
|
copy
apply, 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.
NOTE: This method appends the values to the existing list (if any). Use
#setImages(java.util.Collection)
or #withImages(java.util.Collection)
if you want to override
the existing values.
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.
NOTE: This method appends the values to the existing list (if any). Use
#setFailures(java.util.Collection)
or #withFailures(java.util.Collection)
if you want to
override the existing values.
failures
- Any failures associated with the call.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.