public static interface DeleteWorkflowResponse.Builder extends MigrationHubOrchestratorResponse.Builder, SdkPojo, CopyableBuilder<DeleteWorkflowResponse.Builder,DeleteWorkflowResponse>
| Modifier and Type | Method and Description |
|---|---|
DeleteWorkflowResponse.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the migration workflow.
|
DeleteWorkflowResponse.Builder |
id(String id)
The ID of the migration workflow.
|
DeleteWorkflowResponse.Builder |
status(MigrationWorkflowStatusEnum status)
The status of the migration workflow.
|
DeleteWorkflowResponse.Builder |
status(String status)
The status of the migration workflow.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteWorkflowResponse.Builder id(String id)
The ID of the migration workflow.
id - The ID of the migration workflow.DeleteWorkflowResponse.Builder arn(String arn)
The Amazon Resource Name (ARN) of the migration workflow.
arn - The Amazon Resource Name (ARN) of the migration workflow.DeleteWorkflowResponse.Builder status(String status)
The status of the migration workflow.
status - The status of the migration workflow.MigrationWorkflowStatusEnum,
MigrationWorkflowStatusEnumDeleteWorkflowResponse.Builder status(MigrationWorkflowStatusEnum status)
The status of the migration workflow.
status - The status of the migration workflow.MigrationWorkflowStatusEnum,
MigrationWorkflowStatusEnumCopyright © 2023. All rights reserved.