static CreateWorkflowStepRequest.Builder |
CreateWorkflowStepRequest.builder() |
|
CreateWorkflowStepRequest.Builder |
CreateWorkflowStepRequest.Builder.description(String description) |
The description of the step.
|
CreateWorkflowStepRequest.Builder |
CreateWorkflowStepRequest.Builder.name(String name) |
The name of the step.
|
CreateWorkflowStepRequest.Builder |
CreateWorkflowStepRequest.Builder.next(String... next) |
The next step.
|
CreateWorkflowStepRequest.Builder |
CreateWorkflowStepRequest.Builder.next(Collection<String> next) |
The next step.
|
CreateWorkflowStepRequest.Builder |
CreateWorkflowStepRequest.Builder.outputs(Collection<WorkflowStepOutput> outputs) |
The key value pairs added for the expected output.
|
CreateWorkflowStepRequest.Builder |
CreateWorkflowStepRequest.Builder.outputs(Consumer<WorkflowStepOutput.Builder>... outputs) |
The key value pairs added for the expected output.
|
CreateWorkflowStepRequest.Builder |
CreateWorkflowStepRequest.Builder.outputs(WorkflowStepOutput... outputs) |
The key value pairs added for the expected output.
|
CreateWorkflowStepRequest.Builder |
CreateWorkflowStepRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
CreateWorkflowStepRequest.Builder |
CreateWorkflowStepRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
CreateWorkflowStepRequest.Builder |
CreateWorkflowStepRequest.Builder.previous(String... previous) |
The previous step.
|
CreateWorkflowStepRequest.Builder |
CreateWorkflowStepRequest.Builder.previous(Collection<String> previous) |
The previous step.
|
CreateWorkflowStepRequest.Builder |
CreateWorkflowStepRequest.Builder.stepActionType(String stepActionType) |
The action type of the step.
|
CreateWorkflowStepRequest.Builder |
CreateWorkflowStepRequest.Builder.stepActionType(StepActionType stepActionType) |
The action type of the step.
|
CreateWorkflowStepRequest.Builder |
CreateWorkflowStepRequest.Builder.stepGroupId(String stepGroupId) |
The ID of the step group.
|
CreateWorkflowStepRequest.Builder |
CreateWorkflowStepRequest.Builder.stepTarget(String... stepTarget) |
The servers on which a step will be run.
|
CreateWorkflowStepRequest.Builder |
CreateWorkflowStepRequest.Builder.stepTarget(Collection<String> stepTarget) |
The servers on which a step will be run.
|
CreateWorkflowStepRequest.Builder |
CreateWorkflowStepRequest.toBuilder() |
|
CreateWorkflowStepRequest.Builder |
CreateWorkflowStepRequest.Builder.workflowId(String workflowId) |
The ID of the migration workflow.
|
default CreateWorkflowStepRequest.Builder |
CreateWorkflowStepRequest.Builder.workflowStepAutomationConfiguration(Consumer<WorkflowStepAutomationConfiguration.Builder> workflowStepAutomationConfiguration) |
The custom script to run tests on source or target environments.
|
CreateWorkflowStepRequest.Builder |
CreateWorkflowStepRequest.Builder.workflowStepAutomationConfiguration(WorkflowStepAutomationConfiguration workflowStepAutomationConfiguration) |
The custom script to run tests on source or target environments.
|