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