Package | Description |
---|---|
software.amazon.awssdk.services.emr.model |
Modifier and Type | Method and Description |
---|---|
StepConfig.Builder |
StepConfig.Builder.actionOnFailure(ActionOnFailure actionOnFailure)
The action to take when the cluster step fails.
|
StepConfig.Builder |
StepConfig.Builder.actionOnFailure(String actionOnFailure)
The action to take when the cluster step fails.
|
static StepConfig.Builder |
StepConfig.builder() |
default StepConfig.Builder |
StepConfig.Builder.hadoopJarStep(Consumer<HadoopJarStepConfig.Builder> hadoopJarStep)
The JAR file used for the step.
|
StepConfig.Builder |
StepConfig.Builder.hadoopJarStep(HadoopJarStepConfig hadoopJarStep)
The JAR file used for the step.
|
StepConfig.Builder |
StepConfig.Builder.name(String name)
The name of the step.
|
StepConfig.Builder |
StepConfig.toBuilder() |
Modifier and Type | Method and Description |
---|---|
static Class<? extends StepConfig.Builder> |
StepConfig.serializableBuilderClass() |
Copyright © 2020. All rights reserved.