| Package | Description |
|---|---|
| software.amazon.awssdk.services.migrationhuborchestrator.model |
| Modifier and Type | Method and Description |
|---|---|
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(MigrationWorkflowStatusEnum status)
The status of the migration workflow.
|
StopWorkflowResponse.Builder |
StopWorkflowResponse.Builder.status(String 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() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends StopWorkflowResponse.Builder> |
StopWorkflowResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.