public static interface DescribeImportSnapshotTasksRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<DescribeImportSnapshotTasksRequest.Builder,DescribeImportSnapshotTasksRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeImportSnapshotTasksRequest.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 that creates an instance of theList.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) 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 © 2019. All rights reserved.