public static interface DescribeImagesResponse.Builder extends AppStreamResponse.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 pagination token to use to retrieve the next page of results for this operation.
|
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 pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.
nextToken - The pagination token to use to retrieve the next page of results for this operation. If there are no
more pages, this value is null.Copyright © 2023. All rights reserved.