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, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeImportSnapshotTasksResponse.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 method that creates an instance of theImportSnapshotTask.Builder avoiding the need to create one
manually via ImportSnapshotTask.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #importSnapshotTasks(List.
importSnapshotTasks - a consumer that will call methods on
ImportSnapshotTask.Builder#importSnapshotTasks(java.util.Collection) 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 © 2022. All rights reserved.