public static interface DeleteWorkflowStepRequest.Builder extends MigrationHubOrchestratorRequest.Builder, SdkPojo, CopyableBuilder<DeleteWorkflowStepRequest.Builder,DeleteWorkflowStepRequest>
| Modifier and Type | Method and Description |
|---|---|
DeleteWorkflowStepRequest.Builder |
id(String id)
The ID of the step you want to delete.
|
DeleteWorkflowStepRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DeleteWorkflowStepRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DeleteWorkflowStepRequest.Builder |
stepGroupId(String stepGroupId)
The ID of the step group that contains the step you want to delete.
|
DeleteWorkflowStepRequest.Builder |
workflowId(String workflowId)
The ID of the migration workflow.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteWorkflowStepRequest.Builder id(String id)
The ID of the step you want to delete.
id - The ID of the step you want to delete.DeleteWorkflowStepRequest.Builder stepGroupId(String stepGroupId)
The ID of the step group that contains the step you want to delete.
stepGroupId - The ID of the step group that contains the step you want to delete.DeleteWorkflowStepRequest.Builder workflowId(String workflowId)
The ID of the migration workflow.
workflowId - The ID of the migration workflow.DeleteWorkflowStepRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDeleteWorkflowStepRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.