| Package | Description |
|---|---|
| software.amazon.awscdk.services.stepfunctions |
AWS Step Functions Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
Pass.Builder |
Pass.Builder.comment(String comment)
(experimental) An optional description for this state.
|
static Pass.Builder |
Pass.Builder.create(software.constructs.Construct scope,
String id) |
Pass.Builder |
Pass.Builder.inputPath(String inputPath)
(experimental) JSONPath expression to select part of the state to be the input to this state.
|
Pass.Builder |
Pass.Builder.outputPath(String outputPath)
(experimental) JSONPath expression to select part of the state to be the output to this state.
|
Pass.Builder |
Pass.Builder.parameters(Map<String,? extends Object> parameters)
(experimental) Parameters pass a collection of key-value pairs, either static values or JSONPath expressions that select from the input.
|
Pass.Builder |
Pass.Builder.result(Result result)
(experimental) If given, treat as the result of this operation.
|
Pass.Builder |
Pass.Builder.resultPath(String resultPath)
(experimental) JSONPath expression to indicate where to inject the state's output.
|
Copyright © 2021. All rights reserved.