public static interface DescribeImportSnapshotTasksRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<DescribeImportSnapshotTasksRequest.Builder,DescribeImportSnapshotTasksRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeImportSnapshotTasksRequest.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.DescribeImportSnapshotTasksRequest.Builder filters(Collection<Filter> filters)
The filters.
filters - The filters.DescribeImportSnapshotTasksRequest.Builder filters(Filter... filters)
The filters.
filters - The filters.DescribeImportSnapshotTasksRequest.Builder filters(Consumer<Filter.Builder>... filters)
The filters.
This is a convenience method that creates an instance of theFilter.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) DescribeImportSnapshotTasksRequest.Builder importTaskIds(Collection<String> importTaskIds)
A list of import snapshot task IDs.
importTaskIds - A list of import snapshot task IDs.DescribeImportSnapshotTasksRequest.Builder importTaskIds(String... importTaskIds)
A list of import snapshot task IDs.
importTaskIds - A list of import snapshot task IDs.DescribeImportSnapshotTasksRequest.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.
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.DescribeImportSnapshotTasksRequest.Builder nextToken(String nextToken)
A token that indicates the next page of results.
nextToken - A token that indicates the next page of results.DescribeImportSnapshotTasksRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDescribeImportSnapshotTasksRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.