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