static UpdateWorkflowStepRequest.Builder |
UpdateWorkflowStepRequest.builder() |
|
UpdateWorkflowStepRequest.Builder |
UpdateWorkflowStepRequest.Builder.description(String description) |
The description of the step.
|
UpdateWorkflowStepRequest.Builder |
UpdateWorkflowStepRequest.Builder.id(String id) |
The ID of the step.
|
UpdateWorkflowStepRequest.Builder |
UpdateWorkflowStepRequest.Builder.name(String name) |
The name of the step.
|
UpdateWorkflowStepRequest.Builder |
UpdateWorkflowStepRequest.Builder.next(String... next) |
The next step.
|
UpdateWorkflowStepRequest.Builder |
UpdateWorkflowStepRequest.Builder.next(Collection<String> next) |
The next step.
|
UpdateWorkflowStepRequest.Builder |
UpdateWorkflowStepRequest.Builder.outputs(Collection<WorkflowStepOutput> outputs) |
The outputs of a step.
|
UpdateWorkflowStepRequest.Builder |
UpdateWorkflowStepRequest.Builder.outputs(Consumer<WorkflowStepOutput.Builder>... outputs) |
The outputs of a step.
|
UpdateWorkflowStepRequest.Builder |
UpdateWorkflowStepRequest.Builder.outputs(WorkflowStepOutput... outputs) |
The outputs of a step.
|
UpdateWorkflowStepRequest.Builder |
UpdateWorkflowStepRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
UpdateWorkflowStepRequest.Builder |
UpdateWorkflowStepRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
UpdateWorkflowStepRequest.Builder |
UpdateWorkflowStepRequest.Builder.previous(String... previous) |
The previous step.
|
UpdateWorkflowStepRequest.Builder |
UpdateWorkflowStepRequest.Builder.previous(Collection<String> previous) |
The previous step.
|
UpdateWorkflowStepRequest.Builder |
UpdateWorkflowStepRequest.Builder.status(String status) |
The status of the step.
|
UpdateWorkflowStepRequest.Builder |
UpdateWorkflowStepRequest.Builder.status(StepStatus status) |
The status of the step.
|
UpdateWorkflowStepRequest.Builder |
UpdateWorkflowStepRequest.Builder.stepActionType(String stepActionType) |
The action type of the step.
|
UpdateWorkflowStepRequest.Builder |
UpdateWorkflowStepRequest.Builder.stepActionType(StepActionType stepActionType) |
The action type of the step.
|
UpdateWorkflowStepRequest.Builder |
UpdateWorkflowStepRequest.Builder.stepGroupId(String stepGroupId) |
The ID of the step group.
|
UpdateWorkflowStepRequest.Builder |
UpdateWorkflowStepRequest.Builder.stepTarget(String... stepTarget) |
The servers on which a step will be run.
|
UpdateWorkflowStepRequest.Builder |
UpdateWorkflowStepRequest.Builder.stepTarget(Collection<String> stepTarget) |
The servers on which a step will be run.
|
UpdateWorkflowStepRequest.Builder |
UpdateWorkflowStepRequest.toBuilder() |
|
UpdateWorkflowStepRequest.Builder |
UpdateWorkflowStepRequest.Builder.workflowId(String workflowId) |
The ID of the migration workflow.
|
default UpdateWorkflowStepRequest.Builder |
UpdateWorkflowStepRequest.Builder.workflowStepAutomationConfiguration(Consumer<WorkflowStepAutomationConfiguration.Builder> workflowStepAutomationConfiguration) |
The custom script to run tests on the source and target environments.
|
UpdateWorkflowStepRequest.Builder |
UpdateWorkflowStepRequest.Builder.workflowStepAutomationConfiguration(WorkflowStepAutomationConfiguration workflowStepAutomationConfiguration) |
The custom script to run tests on the source and target environments.
|