public static interface StopWorkflowResponse.Builder extends MigrationHubOrchestratorResponse.Builder, SdkPojo, CopyableBuilder<StopWorkflowResponse.Builder,StopWorkflowResponse>
| Modifier and Type | Method and Description |
|---|---|
StopWorkflowResponse.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the migration workflow.
|
StopWorkflowResponse.Builder |
id(String id)
The ID of the migration workflow.
|
StopWorkflowResponse.Builder |
lastStopTime(Instant lastStopTime)
The time at which the migration workflow was stopped.
|
StopWorkflowResponse.Builder |
status(MigrationWorkflowStatusEnum status)
The status of the migration workflow.
|
StopWorkflowResponse.Builder |
status(String status)
The status of the migration workflow.
|
StopWorkflowResponse.Builder |
statusMessage(String statusMessage)
The status message of the migration workflow.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildStopWorkflowResponse.Builder id(String id)
The ID of the migration workflow.
id - The ID of the migration workflow.StopWorkflowResponse.Builder arn(String arn)
The Amazon Resource Name (ARN) of the migration workflow.
arn - The Amazon Resource Name (ARN) of the migration workflow.StopWorkflowResponse.Builder status(String status)
The status of the migration workflow.
status - The status of the migration workflow.MigrationWorkflowStatusEnum,
MigrationWorkflowStatusEnumStopWorkflowResponse.Builder status(MigrationWorkflowStatusEnum status)
The status of the migration workflow.
status - The status of the migration workflow.MigrationWorkflowStatusEnum,
MigrationWorkflowStatusEnumStopWorkflowResponse.Builder statusMessage(String statusMessage)
The status message of the migration workflow.
statusMessage - The status message of the migration workflow.StopWorkflowResponse.Builder lastStopTime(Instant lastStopTime)
The time at which the migration workflow was stopped.
lastStopTime - The time at which the migration workflow was stopped.Copyright © 2023. All rights reserved.