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 use to retrieve the next page of results.
|
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 use to retrieve the next page of results. This value is null when there are no more
results to return.
nextToken - The token to use to retrieve the next page of results. This value is null when there are
no more results to return.Copyright © 2022. All rights reserved.