public static interface RetryWorkflowStepResponse.Builder extends MigrationHubOrchestratorResponse.Builder, SdkPojo, CopyableBuilder<RetryWorkflowStepResponse.Builder,RetryWorkflowStepResponse>
| Modifier and Type | Method and Description |
|---|---|
RetryWorkflowStepResponse.Builder |
id(String id)
The ID of the step.
|
RetryWorkflowStepResponse.Builder |
status(StepStatus status)
The status of the step.
|
RetryWorkflowStepResponse.Builder |
status(String status)
The status of the step.
|
RetryWorkflowStepResponse.Builder |
stepGroupId(String stepGroupId)
The ID of the step group.
|
RetryWorkflowStepResponse.Builder |
workflowId(String workflowId)
The ID of the migration workflow.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildRetryWorkflowStepResponse.Builder stepGroupId(String stepGroupId)
The ID of the step group.
stepGroupId - The ID of the step group.RetryWorkflowStepResponse.Builder workflowId(String workflowId)
The ID of the migration workflow.
workflowId - The ID of the migration workflow.RetryWorkflowStepResponse.Builder id(String id)
The ID of the step.
id - The ID of the step.RetryWorkflowStepResponse.Builder status(String status)
The status of the step.
status - The status of the step.StepStatus,
StepStatusRetryWorkflowStepResponse.Builder status(StepStatus status)
The status of the step.
status - The status of the step.StepStatus,
StepStatusCopyright © 2023. All rights reserved.