Step.Builder |
Step.Builder.actionOnFailure(String actionOnFailure) |
The action to take when the cluster step fails.
|
Step.Builder |
Step.Builder.actionOnFailure(ActionOnFailure actionOnFailure) |
The action to take when the cluster step fails.
|
static Step.Builder |
Step.builder() |
|
default Step.Builder |
Step.Builder.config(Consumer<HadoopStepConfig.Builder> config) |
The Hadoop job configuration of the cluster step.
|
Step.Builder |
Step.Builder.config(HadoopStepConfig config) |
The Hadoop job configuration of the cluster step.
|
Step.Builder |
Step.Builder.executionRoleArn(String executionRoleArn) |
The Amazon Resource Name (ARN) of the runtime role for a step on the cluster.
|
Step.Builder |
Step.Builder.id(String id) |
The identifier of the cluster step.
|
Step.Builder |
Step.Builder.name(String name) |
The name of the cluster step.
|
default Step.Builder |
Step.Builder.status(Consumer<StepStatus.Builder> status) |
The current execution status details of the cluster step.
|
Step.Builder |
Step.Builder.status(StepStatus status) |
The current execution status details of the cluster step.
|
Step.Builder |
Step.toBuilder() |
|