public static interface UpdateWorkflowStepRequest.Builder extends MigrationHubOrchestratorRequest.Builder, SdkPojo, CopyableBuilder<UpdateWorkflowStepRequest.Builder,UpdateWorkflowStepRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateWorkflowStepRequest.Builder id(String id)
The ID of the step.
id - The ID of the step.UpdateWorkflowStepRequest.Builder stepGroupId(String stepGroupId)
The ID of the step group.
stepGroupId - The ID of the step group.UpdateWorkflowStepRequest.Builder workflowId(String workflowId)
The ID of the migration workflow.
workflowId - The ID of the migration workflow.UpdateWorkflowStepRequest.Builder name(String name)
The name of the step.
name - The name of the step.UpdateWorkflowStepRequest.Builder description(String description)
The description of the step.
description - The description of the step.UpdateWorkflowStepRequest.Builder stepActionType(String stepActionType)
The action type of the step. You must run and update the status of a manual step for the workflow to continue after the completion of the step.
stepActionType - The action type of the step. You must run and update the status of a manual step for the workflow to
continue after the completion of the step.StepActionType,
StepActionTypeUpdateWorkflowStepRequest.Builder stepActionType(StepActionType stepActionType)
The action type of the step. You must run and update the status of a manual step for the workflow to continue after the completion of the step.
stepActionType - The action type of the step. You must run and update the status of a manual step for the workflow to
continue after the completion of the step.StepActionType,
StepActionTypeUpdateWorkflowStepRequest.Builder workflowStepAutomationConfiguration(WorkflowStepAutomationConfiguration workflowStepAutomationConfiguration)
The custom script to run tests on the source and target environments.
workflowStepAutomationConfiguration - The custom script to run tests on the source and target environments.default UpdateWorkflowStepRequest.Builder workflowStepAutomationConfiguration(Consumer<WorkflowStepAutomationConfiguration.Builder> workflowStepAutomationConfiguration)
The custom script to run tests on the source and target environments.
This is a convenience method that creates an instance of theWorkflowStepAutomationConfiguration.Builder avoiding the need to create one manually via
WorkflowStepAutomationConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to
workflowStepAutomationConfiguration(WorkflowStepAutomationConfiguration).
workflowStepAutomationConfiguration - a consumer that will call methods on WorkflowStepAutomationConfiguration.BuilderworkflowStepAutomationConfiguration(WorkflowStepAutomationConfiguration)UpdateWorkflowStepRequest.Builder stepTarget(Collection<String> stepTarget)
The servers on which a step will be run.
stepTarget - The servers on which a step will be run.UpdateWorkflowStepRequest.Builder stepTarget(String... stepTarget)
The servers on which a step will be run.
stepTarget - The servers on which a step will be run.UpdateWorkflowStepRequest.Builder outputs(Collection<WorkflowStepOutput> outputs)
The outputs of a step.
outputs - The outputs of a step.UpdateWorkflowStepRequest.Builder outputs(WorkflowStepOutput... outputs)
The outputs of a step.
outputs - The outputs of a step.UpdateWorkflowStepRequest.Builder outputs(Consumer<WorkflowStepOutput.Builder>... outputs)
The outputs of a step.
This is a convenience method that creates an instance of theWorkflowStepOutput.Builder avoiding
the need to create one manually via
WorkflowStepOutput.builder().
When the Consumer completes,
SdkBuilder.build() is
called immediately and its result is passed to #outputs(List.
outputs - a consumer that will call methods on
WorkflowStepOutput.Builder#outputs(java.util.Collection) UpdateWorkflowStepRequest.Builder previous(Collection<String> previous)
The previous step.
previous - The previous step.UpdateWorkflowStepRequest.Builder previous(String... previous)
The previous step.
previous - The previous step.UpdateWorkflowStepRequest.Builder next(Collection<String> next)
The next step.
next - The next step.UpdateWorkflowStepRequest.Builder next(String... next)
The next step.
next - The next step.UpdateWorkflowStepRequest.Builder status(String status)
The status of the step.
status - The status of the step.StepStatus,
StepStatusUpdateWorkflowStepRequest.Builder status(StepStatus status)
The status of the step.
status - The status of the step.StepStatus,
StepStatusUpdateWorkflowStepRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateWorkflowStepRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.