public static interface DescribeImportSnapshotTasksRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<DescribeImportSnapshotTasksRequest.Builder,DescribeImportSnapshotTasksRequest>
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
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 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.Builder
DescribeImportSnapshotTasksRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2019. All rights reserved.