public static interface ListMigrationTasksResponse.Builder extends MigrationHubResponse.Builder, CopyableBuilder<ListMigrationTasksResponse.Builder,ListMigrationTasksResponse>
| Modifier and Type | Method and Description |
|---|---|
ListMigrationTasksResponse.Builder |
migrationTaskSummaryList(Collection<MigrationTaskSummary> migrationTaskSummaryList)
Lists the migration task's summary which includes:
MigrationTaskName,
ProgressPercent, ProgressUpdateStream, Status, and the
UpdateDateTime for each task. |
ListMigrationTasksResponse.Builder |
migrationTaskSummaryList(Consumer<MigrationTaskSummary.Builder>... migrationTaskSummaryList)
Lists the migration task's summary which includes:
MigrationTaskName,
ProgressPercent, ProgressUpdateStream, Status, and the
UpdateDateTime for each task. |
ListMigrationTasksResponse.Builder |
migrationTaskSummaryList(MigrationTaskSummary... migrationTaskSummaryList)
Lists the migration task's summary which includes:
MigrationTaskName,
ProgressPercent, ProgressUpdateStream, Status, and the
UpdateDateTime for each task. |
ListMigrationTasksResponse.Builder |
nextToken(String nextToken)
If there are more migration tasks than the max result, return the next token to be passed to the next call as
a bookmark of where to start from.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildListMigrationTasksResponse.Builder nextToken(String nextToken)
If there are more migration tasks than the max result, return the next token to be passed to the next call as a bookmark of where to start from.
nextToken - If there are more migration tasks than the max result, return the next token to be passed to the next
call as a bookmark of where to start from.ListMigrationTasksResponse.Builder migrationTaskSummaryList(Collection<MigrationTaskSummary> migrationTaskSummaryList)
Lists the migration task's summary which includes: MigrationTaskName,
ProgressPercent, ProgressUpdateStream, Status, and the
UpdateDateTime for each task.
migrationTaskSummaryList - Lists the migration task's summary which includes: MigrationTaskName,
ProgressPercent, ProgressUpdateStream, Status, and the
UpdateDateTime for each task.ListMigrationTasksResponse.Builder migrationTaskSummaryList(MigrationTaskSummary... migrationTaskSummaryList)
Lists the migration task's summary which includes: MigrationTaskName,
ProgressPercent, ProgressUpdateStream, Status, and the
UpdateDateTime for each task.
migrationTaskSummaryList - Lists the migration task's summary which includes: MigrationTaskName,
ProgressPercent, ProgressUpdateStream, Status, and the
UpdateDateTime for each task.ListMigrationTasksResponse.Builder migrationTaskSummaryList(Consumer<MigrationTaskSummary.Builder>... migrationTaskSummaryList)
Lists the migration task's summary which includes: MigrationTaskName,
ProgressPercent, ProgressUpdateStream, Status, and the
UpdateDateTime for each task.
List.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 #migrationTaskSummaryList(List) .migrationTaskSummaryList - a consumer that will call methods on List.Builder #migrationTaskSummaryList(List) Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.