public static interface DescribeStoreImageTasksRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<DescribeStoreImageTasksRequest.Builder,DescribeStoreImageTasksRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeStoreImageTasksRequest.Builder imageIds(Collection<String> imageIds)
The AMI IDs for which to show progress. Up to 20 AMI IDs can be included in a request.
imageIds - The AMI IDs for which to show progress. Up to 20 AMI IDs can be included in a request.DescribeStoreImageTasksRequest.Builder imageIds(String... imageIds)
The AMI IDs for which to show progress. Up to 20 AMI IDs can be included in a request.
imageIds - The AMI IDs for which to show progress. Up to 20 AMI IDs can be included in a request.DescribeStoreImageTasksRequest.Builder dryRun(Boolean dryRun)
Checks whether you have the required permissions for the action, without actually making the request, and
provides an error response. If you have the required permissions, the error response is
DryRunOperation. Otherwise, it is UnauthorizedOperation.
dryRun - Checks whether you have the required permissions for the action, without actually making the request,
and provides an error response. If you have the required permissions, the error response is
DryRunOperation. Otherwise, it is UnauthorizedOperation.DescribeStoreImageTasksRequest.Builder filters(Collection<Filter> filters)
The filters.
task-state - Returns tasks in a certain state (InProgress | Completed
| Failed)
bucket - Returns task information for tasks that targeted a specific bucket. For the filter
value, specify the bucket name.
filters - The filters.
task-state - Returns tasks in a certain state (InProgress |
Completed | Failed)
bucket - Returns task information for tasks that targeted a specific bucket. For the
filter value, specify the bucket name.
DescribeStoreImageTasksRequest.Builder filters(Filter... filters)
The filters.
task-state - Returns tasks in a certain state (InProgress | Completed
| Failed)
bucket - Returns task information for tasks that targeted a specific bucket. For the filter
value, specify the bucket name.
filters - The filters.
task-state - Returns tasks in a certain state (InProgress |
Completed | Failed)
bucket - Returns task information for tasks that targeted a specific bucket. For the
filter value, specify the bucket name.
DescribeStoreImageTasksRequest.Builder filters(Consumer<Filter.Builder>... filters)
The filters.
task-state - Returns tasks in a certain state (InProgress | Completed
| Failed)
bucket - Returns task information for tasks that targeted a specific bucket. For the filter
value, specify the bucket name.
Filter.Builder avoiding the need to create one manually via
Filter.builder().
When the Consumer completes, SdkBuilder.build()
is called immediately and its result is passed to #filters(List.
filters - a consumer that will call methods on Filter.Builder#filters(java.util.Collection) DescribeStoreImageTasksRequest.Builder nextToken(String nextToken)
The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.
nextToken - The token returned from a previous paginated request. Pagination continues from the end of the items
returned by the previous request.DescribeStoreImageTasksRequest.Builder maxResults(Integer maxResults)
The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output. For more information, see Pagination.
You cannot specify this parameter and the ImageIDs parameter in the same call.
maxResults - The maximum number of items to return for this request. To get the next page of items, make another
request with the token returned in the output. For more information, see Pagination.
You cannot specify this parameter and the ImageIDs parameter in the same call.
DescribeStoreImageTasksRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDescribeStoreImageTasksRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.