| Package | Description |
|---|---|
| software.amazon.awscdk.services.stepfunctions.tasks |
Tasks for AWS Step Functions
|
| Modifier and Type | Method and Description |
|---|---|
StepFunctionsStartExecution.Builder |
StepFunctionsStartExecution.Builder.comment(String comment)
(experimental) An optional description for this state.
|
static StepFunctionsStartExecution.Builder |
StepFunctionsStartExecution.Builder.create(software.constructs.Construct scope,
String id) |
StepFunctionsStartExecution.Builder |
StepFunctionsStartExecution.Builder.heartbeat(Duration heartbeat)
(experimental) Timeout for the heartbeat.
|
StepFunctionsStartExecution.Builder |
StepFunctionsStartExecution.Builder.input(TaskInput input)
(experimental) The JSON input for the execution, same as that of StartExecution.
|
StepFunctionsStartExecution.Builder |
StepFunctionsStartExecution.Builder.inputPath(String inputPath)
(experimental) JSONPath expression to select part of the state to be the input to this state.
|
StepFunctionsStartExecution.Builder |
StepFunctionsStartExecution.Builder.integrationPattern(IntegrationPattern integrationPattern)
(experimental) AWS Step Functions integrates with services directly in the Amazon States Language.
|
StepFunctionsStartExecution.Builder |
StepFunctionsStartExecution.Builder.name(String name)
(experimental) The name of the execution, same as that of StartExecution.
|
StepFunctionsStartExecution.Builder |
StepFunctionsStartExecution.Builder.outputPath(String outputPath)
(experimental) JSONPath expression to select select a portion of the state output to pass to the next state.
|
StepFunctionsStartExecution.Builder |
StepFunctionsStartExecution.Builder.resultPath(String resultPath)
(experimental) JSONPath expression to indicate where to inject the state's output.
|
StepFunctionsStartExecution.Builder |
StepFunctionsStartExecution.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.
|
StepFunctionsStartExecution.Builder |
StepFunctionsStartExecution.Builder.stateMachine(IStateMachine stateMachine)
(experimental) The Step Functions state machine to start the execution on.
|
StepFunctionsStartExecution.Builder |
StepFunctionsStartExecution.Builder.timeout(Duration timeout)
(experimental) Timeout for the state machine.
|
Copyright © 2021. All rights reserved.