| Package | Description |
|---|---|
| software.amazon.awscdk.services.stepfunctions.tasks |
Tasks for AWS Step Functions
|
| Modifier and Type | Method and Description |
|---|---|
EmrAddStep.Builder |
EmrAddStep.Builder.actionOnFailure(ActionOnFailure actionOnFailure)
(experimental) The action to take when the cluster step fails.
|
EmrAddStep.Builder |
EmrAddStep.Builder.args(List<String> args)
(experimental) A list of command line arguments passed to the JAR file's main function when executed.
|
EmrAddStep.Builder |
EmrAddStep.Builder.clusterId(String clusterId)
(experimental) The ClusterId to add the Step to.
|
EmrAddStep.Builder |
EmrAddStep.Builder.comment(String comment)
(experimental) 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)
(experimental) Timeout for the heartbeat.
|
EmrAddStep.Builder |
EmrAddStep.Builder.inputPath(String inputPath)
(experimental) JSONPath expression to select part of the state to be the input to this state.
|
EmrAddStep.Builder |
EmrAddStep.Builder.integrationPattern(IntegrationPattern integrationPattern)
(experimental) AWS Step Functions integrates with services directly in the Amazon States Language.
|
EmrAddStep.Builder |
EmrAddStep.Builder.jar(String jar)
(experimental) A path to a JAR file run during the step.
|
EmrAddStep.Builder |
EmrAddStep.Builder.mainClass(String mainClass)
(experimental) The name of the main class in the specified Java file.
|
EmrAddStep.Builder |
EmrAddStep.Builder.name(String name)
(experimental) The name of the Step.
|
EmrAddStep.Builder |
EmrAddStep.Builder.outputPath(String outputPath)
(experimental) 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)
(experimental) A list of Java properties that are set when the step runs.
|
EmrAddStep.Builder |
EmrAddStep.Builder.resultPath(String resultPath)
(experimental) JSONPath expression to indicate where to inject the state's output.
|
EmrAddStep.Builder |
EmrAddStep.Builder.resultSelector(Map<String,? extends Object> resultSelector)
(experimental) 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)
(experimental) Timeout for the state machine.
|
Copyright © 2021. All rights reserved.