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 method that creates an instance of theImageRecycleBinInfo.Builder avoiding the need to create one
manually via ImageRecycleBinInfo.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
ImageRecycleBinInfo.Builder#images(java.util.Collection) 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.