| 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.
|
EmrAddStep.Builder |
EmrAddStep.Builder.comment(String comment)
An optional description for this state.
|
static EmrAddStep.Builder |
EmrAddStep.Builder.create(software.constructs.Construct scope,
String id) |
EmrAddStep.Builder |
EmrAddStep.Builder.heartbeat(Duration heartbeat)
Timeout for the heartbeat.
|
EmrAddStep.Builder |
EmrAddStep.Builder.inputPath(String inputPath)
JSONPath expression to select part of the state to be the input to this state.
|
EmrAddStep.Builder |
EmrAddStep.Builder.integrationPattern(IntegrationPattern integrationPattern)
AWS Step Functions integrates with services directly in the Amazon States Language.
|
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.outputPath(String outputPath)
JSONPath expression to select select a portion of the state output to pass to the next state.
|
EmrAddStep.Builder |
EmrAddStep.Builder.properties(Map<String,String> properties)
A list of Java properties that are set when the step runs.
|
EmrAddStep.Builder |
EmrAddStep.Builder.resultPath(String resultPath)
JSONPath expression to indicate where to inject the state's output.
|
EmrAddStep.Builder |
EmrAddStep.Builder.resultSelector(Map<String,? extends Object> resultSelector)
The JSON that will replace the state's raw result and become the effective result before ResultPath is applied.
|
EmrAddStep.Builder |
EmrAddStep.Builder.timeout(Duration timeout)
Timeout for the state machine.
|
Copyright © 2023. All rights reserved.