Interface CreateWorkflowStepRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<CreateWorkflowStepRequest.Builder,CreateWorkflowStepRequest>,MigrationHubOrchestratorRequest.Builder,SdkBuilder<CreateWorkflowStepRequest.Builder,CreateWorkflowStepRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- CreateWorkflowStepRequest
public static interface CreateWorkflowStepRequest.Builder extends MigrationHubOrchestratorRequest.Builder, SdkPojo, CopyableBuilder<CreateWorkflowStepRequest.Builder,CreateWorkflowStepRequest>
-
-
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
-
name
CreateWorkflowStepRequest.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.
-
stepGroupId
CreateWorkflowStepRequest.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
CreateWorkflowStepRequest.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.
-
stepActionType
CreateWorkflowStepRequest.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
CreateWorkflowStepRequest.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
-
description
CreateWorkflowStepRequest.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.
-
workflowStepAutomationConfiguration
CreateWorkflowStepRequest.Builder workflowStepAutomationConfiguration(WorkflowStepAutomationConfiguration workflowStepAutomationConfiguration)
The custom script to run tests on source or target environments.
- Parameters:
workflowStepAutomationConfiguration- The custom script to run tests on source or target environments.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
workflowStepAutomationConfiguration
default CreateWorkflowStepRequest.Builder workflowStepAutomationConfiguration(Consumer<WorkflowStepAutomationConfiguration.Builder> workflowStepAutomationConfiguration)
The custom script to run tests on source or 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
CreateWorkflowStepRequest.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
CreateWorkflowStepRequest.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
CreateWorkflowStepRequest.Builder outputs(Collection<WorkflowStepOutput> outputs)
The key value pairs added for the expected output.
- Parameters:
outputs- The key value pairs added for the expected output.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
outputs
CreateWorkflowStepRequest.Builder outputs(WorkflowStepOutput... outputs)
The key value pairs added for the expected output.
- Parameters:
outputs- The key value pairs added for the expected output.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
outputs
CreateWorkflowStepRequest.Builder outputs(Consumer<WorkflowStepOutput.Builder>... outputs)
The key value pairs added for the expected output.
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
CreateWorkflowStepRequest.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
CreateWorkflowStepRequest.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
CreateWorkflowStepRequest.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
CreateWorkflowStepRequest.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.
-
overrideConfiguration
CreateWorkflowStepRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CreateWorkflowStepRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-