| Modifier and Type | Method and Description |
|---|---|
Succeed |
build() |
Succeed.Builder |
comment(String comment)
(experimental) An optional description for this state.
|
static Succeed.Builder |
create(software.constructs.Construct scope,
String id) |
Succeed.Builder |
inputPath(String inputPath)
(experimental) JSONPath expression to select part of the state to be the input to this state.
|
Succeed.Builder |
outputPath(String outputPath)
(experimental) JSONPath expression to select part of the state to be the output to this state.
|
@Stability(value=Experimental) public static Succeed.Builder create(software.constructs.Construct scope, String id)
scope - This parameter is required.id - This parameter is required.Succeed.Builder.@Stability(value=Experimental) public Succeed.Builder comment(String comment)
Default: No comment
comment - An optional description for this state. This parameter is required.this@Stability(value=Experimental) public Succeed.Builder inputPath(String inputPath)
May also be the special value JsonPath.DISCARD, which will cause the effective input to be the empty object {}.
Default: $
inputPath - JSONPath expression to select part of the state to be the input to this state. This parameter is required.this@Stability(value=Experimental) public Succeed.Builder outputPath(String outputPath)
May also be the special value JsonPath.DISCARD, which will cause the effective output to be the empty object {}.
Default: $
outputPath - JSONPath expression to select part of the state to be the output to this state. This parameter is required.thisCopyright © 2021. All rights reserved.