public static interface DescribeImagesResponse.Builder extends EC2Response.Builder, CopyableBuilder<DescribeImagesResponse.Builder,DescribeImagesResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeImagesResponse.Builder |
images(Collection<Image> images)
Information about one or more images.
|
DescribeImagesResponse.Builder |
images(Consumer<Image.Builder>... images)
Information about one or more images.
|
DescribeImagesResponse.Builder |
images(Image... images)
Information about one or more images.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildDescribeImagesResponse.Builder images(Collection<Image> images)
Information about one or more images.
images - Information about one or more images.DescribeImagesResponse.Builder images(Image... images)
Information about one or more images.
images - Information about one or more images.DescribeImagesResponse.Builder images(Consumer<Image.Builder>... images)
Information about one or more images.
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) Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.