public static interface DescribeImagesResponse.Builder extends Ec2Response.Builder, SdkPojo, CopyableBuilder<DescribeImagesResponse.Builder,DescribeImagesResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeImagesResponse.Builder |
images(Collection<Image> images)
Information about the images.
|
DescribeImagesResponse.Builder |
images(Consumer<Image.Builder>... images)
Information about the images.
|
DescribeImagesResponse.Builder |
images(Image... images)
Information about the images.
|
DescribeImagesResponse.Builder |
nextToken(String nextToken)
The token to include in another request to get the next page of items.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeImagesResponse.Builder images(Collection<Image> images)
Information about the images.
images - Information about the images.DescribeImagesResponse.Builder images(Image... images)
Information about the images.
images - Information about the images.DescribeImagesResponse.Builder images(Consumer<Image.Builder>... images)
Information about the images.
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) DescribeImagesResponse.Builder nextToken(String nextToken)
The token to include in another request to get the next page of items. This value is null when
there are no more items to return.
nextToken - The token to include in another request to get the next page of items. This value is null
when there are no more items to return.Copyright © 2023. All rights reserved.