public static interface ListImagesInRecycleBinRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<ListImagesInRecycleBinRequest.Builder,ListImagesInRecycleBinRequest>
Modifier and Type | Method and Description |
---|---|
ListImagesInRecycleBinRequest.Builder |
imageIds(Collection<String> imageIds)
The IDs of the AMIs to list.
|
ListImagesInRecycleBinRequest.Builder |
imageIds(String... imageIds)
The IDs of the AMIs to list.
|
ListImagesInRecycleBinRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to return with a single call.
|
ListImagesInRecycleBinRequest.Builder |
nextToken(String nextToken)
The token for the next page of results.
|
ListImagesInRecycleBinRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListImagesInRecycleBinRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
ListImagesInRecycleBinRequest.Builder imageIds(Collection<String> imageIds)
The IDs of the AMIs to list. Omit this parameter to list all of the AMIs that are in the Recycle Bin. You can specify up to 20 IDs in a single request.
imageIds
- The IDs of the AMIs to list. Omit this parameter to list all of the AMIs that are in the Recycle Bin.
You can specify up to 20 IDs in a single request.ListImagesInRecycleBinRequest.Builder imageIds(String... imageIds)
The IDs of the AMIs to list. Omit this parameter to list all of the AMIs that are in the Recycle Bin. You can specify up to 20 IDs in a single request.
imageIds
- The IDs of the AMIs to list. Omit this parameter to list all of the AMIs that are in the Recycle Bin.
You can specify up to 20 IDs in a single request.ListImagesInRecycleBinRequest.Builder nextToken(String nextToken)
The token for the next page of results.
nextToken
- The token for the next page of results.ListImagesInRecycleBinRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return with a single call. To retrieve the remaining results, make another
call with the returned nextToken
value.
If you do not specify a value for MaxResults, the request returns 1,000 items per page by default. For more information, see Pagination.
maxResults
- The maximum number of results to return with a single call. To retrieve the remaining results, make
another call with the returned nextToken
value.
If you do not specify a value for MaxResults, the request returns 1,000 items per page by default. For more information, see Pagination.
ListImagesInRecycleBinRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration
in interface AwsRequest.Builder
ListImagesInRecycleBinRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2022. All rights reserved.