public static interface MigrationTaskSummary.Builder extends CopyableBuilder<MigrationTaskSummary.Builder,MigrationTaskSummary>
Modifier and Type | Method and Description |
---|---|
MigrationTaskSummary.Builder |
migrationTaskName(String migrationTaskName)
Unique identifier that references the migration task.
|
MigrationTaskSummary.Builder |
progressPercent(Integer progressPercent)
|
MigrationTaskSummary.Builder |
progressUpdateStream(String progressUpdateStream)
An AWS resource used for access control.
|
MigrationTaskSummary.Builder |
status(Status status)
Status of the task.
|
MigrationTaskSummary.Builder |
status(String status)
Status of the task.
|
MigrationTaskSummary.Builder |
statusDetail(String statusDetail)
Detail information of what is being done within the overall status state.
|
MigrationTaskSummary.Builder |
updateDateTime(Instant updateDateTime)
The timestamp when the task was gathered.
|
copy
applyMutation, build
MigrationTaskSummary.Builder progressUpdateStream(String progressUpdateStream)
An AWS resource used for access control. It should uniquely identify the migration tool as it is used for all updates made by the tool.
progressUpdateStream
- An AWS resource used for access control. It should uniquely identify the migration tool as it is used
for all updates made by the tool.MigrationTaskSummary.Builder migrationTaskName(String migrationTaskName)
Unique identifier that references the migration task.
migrationTaskName
- Unique identifier that references the migration task.MigrationTaskSummary.Builder status(String status)
Status of the task.
MigrationTaskSummary.Builder status(Status status)
Status of the task.
MigrationTaskSummary.Builder progressPercent(Integer progressPercent)
progressPercent
- MigrationTaskSummary.Builder statusDetail(String statusDetail)
Detail information of what is being done within the overall status state.
statusDetail
- Detail information of what is being done within the overall status state.MigrationTaskSummary.Builder updateDateTime(Instant updateDateTime)
The timestamp when the task was gathered.
updateDateTime
- The timestamp when the task was gathered.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.