Uses of Interface
software.amazon.awssdk.services.migrationhub.model.Task.Builder
-
Packages that use Task.Builder Package Description software.amazon.awssdk.services.migrationhub.model -
-
Uses of Task.Builder in software.amazon.awssdk.services.migrationhub.model
Methods in software.amazon.awssdk.services.migrationhub.model that return Task.Builder Modifier and Type Method Description static Task.BuilderTask. builder()Task.BuilderTask.Builder. progressPercent(Integer progressPercent)Indication of the percentage completion of the task.Task.BuilderTask.Builder. status(String status)Status of the task - Not Started, In-Progress, Complete.Task.BuilderTask.Builder. status(Status status)Status of the task - Not Started, In-Progress, Complete.Task.BuilderTask.Builder. statusDetail(String statusDetail)Details of task status as notified by a migration tool.Task.BuilderTask. toBuilder()Methods in software.amazon.awssdk.services.migrationhub.model that return types with arguments of type Task.Builder Modifier and Type Method Description static Class<? extends Task.Builder>Task. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.migrationhub.model with type arguments of type Task.Builder Modifier and Type Method Description default MigrationTask.BuilderMigrationTask.Builder. task(Consumer<Task.Builder> task)Task object encapsulating task information.default NotifyMigrationTaskStateRequest.BuilderNotifyMigrationTaskStateRequest.Builder. task(Consumer<Task.Builder> task)Information about the task's progress and status.
-