public static interface Task.Builder extends SdkPojo, CopyableBuilder<Task.Builder,Task>
Modifier and Type | Method and Description |
---|---|
Task.Builder |
progressPercent(Integer progressPercent)
Indication of the percentage completion of the task.
|
Task.Builder |
status(Status status)
Status of the task - Not Started, In-Progress, Complete.
|
Task.Builder |
status(String status)
Status of the task - Not Started, In-Progress, Complete.
|
Task.Builder |
statusDetail(String statusDetail)
Details of task status as notified by a migration tool.
|
copy
applyMutation, build
Task.Builder status(String status)
Status of the task - Not Started, In-Progress, Complete.
Task.Builder status(Status status)
Status of the task - Not Started, In-Progress, Complete.
Task.Builder statusDetail(String statusDetail)
Details of task status as notified by a migration tool. A tool might use this field to provide clarifying information about the status that is unique to that tool or that explains an error state.
statusDetail
- Details of task status as notified by a migration tool. A tool might use this field to provide
clarifying information about the status that is unique to that tool or that explains an error state.Task.Builder progressPercent(Integer progressPercent)
Indication of the percentage completion of the task.
progressPercent
- Indication of the percentage completion of the task.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.