CopyableBuilder<StepConfig.Builder,StepConfig>
, SdkBuilder<StepConfig.Builder,StepConfig>
public static interface StepConfig.Builder extends CopyableBuilder<StepConfig.Builder,StepConfig>
Modifier and Type | Method | Description |
---|---|---|
StepConfig.Builder |
actionOnFailure(String actionOnFailure) |
The action to take if the step fails.
|
StepConfig.Builder |
actionOnFailure(ActionOnFailure actionOnFailure) |
The action to take if the step fails.
|
StepConfig.Builder |
hadoopJarStep(HadoopJarStepConfig hadoopJarStep) |
The JAR file used for the step.
|
StepConfig.Builder |
name(String name) |
The name of the step.
|
copy
apply, build
StepConfig.Builder name(String name)
The name of the step.
name
- The name of the step.StepConfig.Builder actionOnFailure(String actionOnFailure)
The action to take if the step fails.
actionOnFailure
- The action to take if the step fails.ActionOnFailure
StepConfig.Builder actionOnFailure(ActionOnFailure actionOnFailure)
The action to take if the step fails.
actionOnFailure
- The action to take if the step fails.ActionOnFailure
StepConfig.Builder hadoopJarStep(HadoopJarStepConfig hadoopJarStep)
The JAR file used for the step.
hadoopJarStep
- The JAR file used for the step.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.