Interface RetryWorkflowStepResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<RetryWorkflowStepResponse.Builder,
,RetryWorkflowStepResponse> MigrationHubOrchestratorResponse.Builder
,SdkBuilder<RetryWorkflowStepResponse.Builder,
,RetryWorkflowStepResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
RetryWorkflowStepResponse
@Mutable
@NotThreadSafe
public static interface RetryWorkflowStepResponse.Builder
extends MigrationHubOrchestratorResponse.Builder, SdkPojo, CopyableBuilder<RetryWorkflowStepResponse.Builder,RetryWorkflowStepResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe ID of the step.The status of the step.status
(StepStatus status) The status of the step.stepGroupId
(String stepGroupId) The ID of the step group.workflowId
(String workflowId) The ID 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
-
stepGroupId
The ID of the step group.
- Parameters:
stepGroupId
- The ID of the step group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
workflowId
The ID of the migration workflow.
- Parameters:
workflowId
- The ID of the migration workflow.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
id
The ID of the step.
- Parameters:
id
- The ID of the step.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The status of the step.
- Parameters:
status
- The status of the step.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status of the step.
- Parameters:
status
- The status of the step.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-