| Package | Description |
|---|---|
| software.amazon.awscdk.services.stepfunctions |
AWS Step Functions Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
Choice.Builder |
Choice.Builder.comment(String comment)
(experimental) An optional description for this state.
|
static Choice.Builder |
Choice.Builder.create(software.constructs.Construct scope,
String id) |
Choice.Builder |
Choice.Builder.inputPath(String inputPath)
(experimental) JSONPath expression to select part of the state to be the input to this state.
|
Choice.Builder |
Choice.Builder.outputPath(String outputPath)
(experimental) JSONPath expression to select part of the state to be the output to this state.
|
Copyright © 2021. All rights reserved.