Interface UpdateWorkflowStepRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateWorkflowStepRequest.Builder,UpdateWorkflowStepRequest>,MigrationHubOrchestratorRequest.Builder,SdkBuilder<UpdateWorkflowStepRequest.Builder,UpdateWorkflowStepRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdateWorkflowStepRequest
public static interface UpdateWorkflowStepRequest.Builder extends MigrationHubOrchestratorRequest.Builder, SdkPojo, CopyableBuilder<UpdateWorkflowStepRequest.Builder,UpdateWorkflowStepRequest>
-
-
Method Summary
-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.migrationhuborchestrator.model.MigrationHubOrchestratorRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
id
UpdateWorkflowStepRequest.Builder id(String id)
The ID of the step.
- Parameters:
id- The ID of the step.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
stepGroupId
UpdateWorkflowStepRequest.Builder stepGroupId(String stepGroupId)
The ID of the step group.
- Parameters:
stepGroupId- The ID of the step group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
workflowId
UpdateWorkflowStepRequest.Builder workflowId(String workflowId)
The ID of the migration workflow.
- Parameters:
workflowId- The ID of the migration workflow.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
UpdateWorkflowStepRequest.Builder name(String name)
The name of the step.
- Parameters:
name- The name of the step.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
UpdateWorkflowStepRequest.Builder description(String description)
The description of the step.
- Parameters:
description- The description of the step.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
stepActionType
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
StepActionType,StepActionType
-
stepActionType
UpdateWorkflowStepRequest.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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
StepActionType,StepActionType
-
workflowStepAutomationConfiguration
UpdateWorkflowStepRequest.Builder workflowStepAutomationConfiguration(WorkflowStepAutomationConfiguration workflowStepAutomationConfiguration)
The custom script to run tests on the source and target environments.
- Parameters:
workflowStepAutomationConfiguration- The custom script to run tests on the source and target environments.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
workflowStepAutomationConfiguration
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.Builderavoiding the need to create one manually viaWorkflowStepAutomationConfiguration.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toworkflowStepAutomationConfiguration(WorkflowStepAutomationConfiguration).- Parameters:
workflowStepAutomationConfiguration- a consumer that will call methods onWorkflowStepAutomationConfiguration.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
workflowStepAutomationConfiguration(WorkflowStepAutomationConfiguration)
-
stepTarget
UpdateWorkflowStepRequest.Builder stepTarget(Collection<String> stepTarget)
The servers on which a step will be run.
- Parameters:
stepTarget- The servers on which a step will be run.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
stepTarget
UpdateWorkflowStepRequest.Builder stepTarget(String... stepTarget)
The servers on which a step will be run.
- Parameters:
stepTarget- The servers on which a step will be run.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
outputs
UpdateWorkflowStepRequest.Builder outputs(Collection<WorkflowStepOutput> outputs)
The outputs of a step.
- Parameters:
outputs- The outputs of a step.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
outputs
UpdateWorkflowStepRequest.Builder outputs(WorkflowStepOutput... outputs)
The outputs of a step.
- Parameters:
outputs- The outputs of a step.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
outputs
UpdateWorkflowStepRequest.Builder outputs(Consumer<WorkflowStepOutput.Builder>... outputs)
The outputs of a step.
This is a convenience method that creates an instance of theWorkflowStepOutput.Builderavoiding the need to create one manually viaWorkflowStepOutput.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#outputs(List.) - Parameters:
outputs- a consumer that will call methods onWorkflowStepOutput.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#outputs(java.util.Collection)
-
previous
UpdateWorkflowStepRequest.Builder previous(Collection<String> previous)
The previous step.
- Parameters:
previous- The previous step.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
previous
UpdateWorkflowStepRequest.Builder previous(String... previous)
The previous step.
- Parameters:
previous- The previous step.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
next
UpdateWorkflowStepRequest.Builder next(Collection<String> next)
The next step.
- Parameters:
next- The next step.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
next
UpdateWorkflowStepRequest.Builder next(String... next)
The next step.
- Parameters:
next- The next step.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
UpdateWorkflowStepRequest.Builder status(String status)
The status of the step.
- Parameters:
status- The status of the step.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
StepStatus,StepStatus
-
status
UpdateWorkflowStepRequest.Builder status(StepStatus status)
The status of the step.
- Parameters:
status- The status of the step.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
StepStatus,StepStatus
-
overrideConfiguration
UpdateWorkflowStepRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateWorkflowStepRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-