public static interface RetryWorkflowStepRequest.Builder extends MigrationHubOrchestratorRequest.Builder, SdkPojo, CopyableBuilder<RetryWorkflowStepRequest.Builder,RetryWorkflowStepRequest>
| Modifier and Type | Method and Description |
|---|---|
RetryWorkflowStepRequest.Builder |
id(String id)
The ID of the step.
|
RetryWorkflowStepRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
RetryWorkflowStepRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
RetryWorkflowStepRequest.Builder |
stepGroupId(String stepGroupId)
The ID of the step group.
|
RetryWorkflowStepRequest.Builder |
workflowId(String workflowId)
The ID of the migration workflow.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildRetryWorkflowStepRequest.Builder workflowId(String workflowId)
The ID of the migration workflow.
workflowId - The ID of the migration workflow.RetryWorkflowStepRequest.Builder stepGroupId(String stepGroupId)
The ID of the step group.
stepGroupId - The ID of the step group.RetryWorkflowStepRequest.Builder id(String id)
The ID of the step.
id - The ID of the step.RetryWorkflowStepRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderRetryWorkflowStepRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.