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