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 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.
List.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 #filters(List) .filters - a consumer that will call methods on List.Builder #filters(List) DescribeStoreImageTasksRequest.Builder nextToken(String nextToken)
The token for the next page of results.
nextToken - The token for the next page of results.DescribeStoreImageTasksRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return in a single call. To retrieve the remaining results, make another
call with the returned NextToken value. This value can be between 1 and 200. You cannot specify
this parameter and the ImageIDs parameter in the same call.
maxResults - The maximum number of results to return in a single call. To retrieve the remaining results, make
another call with the returned NextToken value. This value can be between 1 and 200. 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 © 2022. All rights reserved.