Interface DeleteWorkflowResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<DeleteWorkflowResponse.Builder,
,DeleteWorkflowResponse> MigrationHubOrchestratorResponse.Builder
,SdkBuilder<DeleteWorkflowResponse.Builder,
,DeleteWorkflowResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
DeleteWorkflowResponse
@Mutable
@NotThreadSafe
public static interface DeleteWorkflowResponse.Builder
extends MigrationHubOrchestratorResponse.Builder, SdkPojo, CopyableBuilder<DeleteWorkflowResponse.Builder,DeleteWorkflowResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the migration workflow.The ID of the migration workflow.The status of the migration workflow.status
(MigrationWorkflowStatusEnum status) The status of the migration workflow.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.migrationhuborchestrator.model.MigrationHubOrchestratorResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
id
The ID of the migration workflow.
- Parameters:
id
- The ID of the migration workflow.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
arn
The Amazon Resource Name (ARN) of the migration workflow.
- Parameters:
arn
- The Amazon Resource Name (ARN) of the migration workflow.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The status of the migration workflow.
- Parameters:
status
- The status of the migration workflow.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status of the migration workflow.
- Parameters:
status
- The status of the migration workflow.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-