public static interface ListImagesInRecycleBinResponse.Builder extends Ec2Response.Builder, SdkPojo, CopyableBuilder<ListImagesInRecycleBinResponse.Builder,ListImagesInRecycleBinResponse>
| Modifier and Type | Method and Description |
|---|---|
ListImagesInRecycleBinResponse.Builder |
images(Collection<ImageRecycleBinInfo> images)
Information about the AMIs.
|
ListImagesInRecycleBinResponse.Builder |
images(Consumer<ImageRecycleBinInfo.Builder>... images)
Information about the AMIs.
|
ListImagesInRecycleBinResponse.Builder |
images(ImageRecycleBinInfo... images)
Information about the AMIs.
|
ListImagesInRecycleBinResponse.Builder |
nextToken(String nextToken)
The token to use to retrieve the next page of results.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListImagesInRecycleBinResponse.Builder images(Collection<ImageRecycleBinInfo> images)
Information about the AMIs.
images - Information about the AMIs.ListImagesInRecycleBinResponse.Builder images(ImageRecycleBinInfo... images)
Information about the AMIs.
images - Information about the AMIs.ListImagesInRecycleBinResponse.Builder images(Consumer<ImageRecycleBinInfo.Builder>... images)
Information about the AMIs.
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) ListImagesInRecycleBinResponse.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.