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(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.
|
build
copy
apply, build
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.
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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.