| Package | Description |
|---|---|
| software.amazon.awscdk.services.stepfunctions |
AWS Step Functions Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
Parallel.Builder |
Parallel.Builder.comment(String comment)
(experimental) An optional description for this state.
|
static Parallel.Builder |
Parallel.Builder.create(software.constructs.Construct scope,
String id) |
Parallel.Builder |
Parallel.Builder.inputPath(String inputPath)
(experimental) JSONPath expression to select part of the state to be the input to this state.
|
Parallel.Builder |
Parallel.Builder.outputPath(String outputPath)
(experimental) JSONPath expression to select part of the state to be the output to this state.
|
Parallel.Builder |
Parallel.Builder.resultPath(String resultPath)
(experimental) JSONPath expression to indicate where to inject the state's output.
|
Parallel.Builder |
Parallel.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.
|
Copyright © 2021. All rights reserved.