StartWorkflowResponse.Builder |
StartWorkflowResponse.Builder.arn(String arn) |
The Amazon Resource Name (ARN) of the migration workflow.
|
static StartWorkflowResponse.Builder |
StartWorkflowResponse.builder() |
|
StartWorkflowResponse.Builder |
StartWorkflowResponse.Builder.id(String id) |
The ID of the migration workflow.
|
StartWorkflowResponse.Builder |
StartWorkflowResponse.Builder.lastStartTime(Instant lastStartTime) |
The time at which the migration workflow was last started.
|
StartWorkflowResponse.Builder |
StartWorkflowResponse.Builder.status(String status) |
The status of the migration workflow.
|
StartWorkflowResponse.Builder |
StartWorkflowResponse.Builder.status(MigrationWorkflowStatusEnum status) |
The status of the migration workflow.
|
StartWorkflowResponse.Builder |
StartWorkflowResponse.Builder.statusMessage(String statusMessage) |
The status message of the migration workflow.
|
StartWorkflowResponse.Builder |
StartWorkflowResponse.toBuilder() |
|