Interface Task.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<Task.Builder,
,Task> SdkBuilder<Task.Builder,
,Task> SdkPojo
- Enclosing class:
Task
-
Method Summary
Modifier and TypeMethodDescriptionprogressPercent
(Integer progressPercent) Indication of the percentage completion of the task.Status of the task - Not Started, In-Progress, Complete.Status of the task - Not Started, In-Progress, Complete.statusDetail
(String statusDetail) Details of task status as notified by a migration tool.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
status
Status of the task - Not Started, In-Progress, Complete.
- Parameters:
status
- Status of the task - Not Started, In-Progress, Complete.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
Status of the task - Not Started, In-Progress, Complete.
- Parameters:
status
- Status of the task - Not Started, In-Progress, Complete.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
progressPercent
Indication of the percentage completion of the task.
- Parameters:
progressPercent
- Indication of the percentage completion of the task.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-