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 include in another request to get the next page of items.
|
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 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.