| Package | Description |
|---|---|
| software.amazon.awscdk.services.stepfunctions |
AWS Step Functions Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
Succeed.Builder |
Succeed.Builder.comment(String comment)
(experimental) An optional description for this state.
|
static Succeed.Builder |
Succeed.Builder.create(software.constructs.Construct scope,
String id) |
Succeed.Builder |
Succeed.Builder.inputPath(String inputPath)
(experimental) JSONPath expression to select part of the state to be the input to this state.
|
Succeed.Builder |
Succeed.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.