public static interface DescribeImportSnapshotTasksResponse.Builder extends Ec2Response.Builder, SdkPojo, CopyableBuilder<DescribeImportSnapshotTasksResponse.Builder,DescribeImportSnapshotTasksResponse>
Modifier and Type | Method and Description |
---|---|
DescribeImportSnapshotTasksResponse.Builder |
importSnapshotTasks(Collection<ImportSnapshotTask> importSnapshotTasks)
A list of zero or more import snapshot tasks that are currently active or were completed or canceled in the
previous 7 days.
|
DescribeImportSnapshotTasksResponse.Builder |
importSnapshotTasks(Consumer<ImportSnapshotTask.Builder>... importSnapshotTasks)
A list of zero or more import snapshot tasks that are currently active or were completed or canceled in the
previous 7 days.
|
DescribeImportSnapshotTasksResponse.Builder |
importSnapshotTasks(ImportSnapshotTask... importSnapshotTasks)
A list of zero or more import snapshot tasks that are currently active or were completed or canceled in the
previous 7 days.
|
DescribeImportSnapshotTasksResponse.Builder |
nextToken(String nextToken)
The token to use to get the next page of results.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
DescribeImportSnapshotTasksResponse.Builder importSnapshotTasks(Collection<ImportSnapshotTask> importSnapshotTasks)
A list of zero or more import snapshot tasks that are currently active or were completed or canceled in the previous 7 days.
importSnapshotTasks
- A list of zero or more import snapshot tasks that are currently active or were completed or canceled
in the previous 7 days.DescribeImportSnapshotTasksResponse.Builder importSnapshotTasks(ImportSnapshotTask... importSnapshotTasks)
A list of zero or more import snapshot tasks that are currently active or were completed or canceled in the previous 7 days.
importSnapshotTasks
- A list of zero or more import snapshot tasks that are currently active or were completed or canceled
in the previous 7 days.DescribeImportSnapshotTasksResponse.Builder importSnapshotTasks(Consumer<ImportSnapshotTask.Builder>... importSnapshotTasks)
A list of zero or more import snapshot tasks that are currently active or were completed or canceled in the previous 7 days.
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 #importSnapshotTasks(List)
.importSnapshotTasks
- a consumer that will call methods on List.Builder
#importSnapshotTasks(List)
DescribeImportSnapshotTasksResponse.Builder nextToken(String nextToken)
The token to use to get the next page of results. This value is null
when there are no more
results to return.
nextToken
- The token to use to get the next page of results. This value is null
when there are no
more results to return.Copyright © 2019. All rights reserved.