| Modifier and Type | Method and Description |
|---|---|
EmrAddStep.Builder |
EmrAddStep.Builder.actionOnFailure(ActionOnFailure actionOnFailure)
The action to take when the cluster step fails.
|
EmrAddStep.Builder |
EmrAddStep.Builder.args(List<String> args)
A list of command line arguments passed to the JAR file's main function when executed.
|
EmrAddStep.Builder |
EmrAddStep.Builder.clusterId(String clusterId)
The ClusterId to add the Step to.
|
static EmrAddStep.Builder |
EmrAddStep.Builder.create()
EXPERIMENTAL
|
EmrAddStep.Builder |
EmrAddStep.Builder.integrationPattern(ServiceIntegrationPattern integrationPattern)
The service integration pattern indicates different ways to call AddStep.
|
EmrAddStep.Builder |
EmrAddStep.Builder.jar(String jar)
A path to a JAR file run during the step.
|
EmrAddStep.Builder |
EmrAddStep.Builder.mainClass(String mainClass)
The name of the main class in the specified Java file.
|
EmrAddStep.Builder |
EmrAddStep.Builder.name(String name)
The name of the Step.
|
EmrAddStep.Builder |
EmrAddStep.Builder.properties(Map<String,String> properties)
A list of Java properties that are set when the step runs.
|
Copyright © 2020. All rights reserved.