@Stability(value=Experimental) public static final class ChoiceProps.Builder extends Object implements software.amazon.jsii.Builder<ChoiceProps>
ChoiceProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
ChoiceProps |
build()
Builds the configured instance.
|
ChoiceProps.Builder |
comment(String comment)
Sets the value of
ChoiceProps.getComment() |
ChoiceProps.Builder |
inputPath(String inputPath)
Sets the value of
ChoiceProps.getInputPath() |
ChoiceProps.Builder |
outputPath(String outputPath)
Sets the value of
ChoiceProps.getOutputPath() |
@Stability(value=Experimental) public ChoiceProps.Builder comment(String comment)
ChoiceProps.getComment()comment - An optional description for this state.this@Stability(value=Experimental) public ChoiceProps.Builder inputPath(String inputPath)
ChoiceProps.getInputPath()inputPath - JSONPath expression to select part of the state to be the input to this state.
May also be the special value DISCARD, which will cause the effective
input to be the empty object {}.this@Stability(value=Experimental) public ChoiceProps.Builder outputPath(String outputPath)
ChoiceProps.getOutputPath()outputPath - JSONPath expression to select part of the state to be the output to this state.
May also be the special value DISCARD, which will cause the effective
output to be the empty object {}.this@Stability(value=Experimental) public ChoiceProps build()
build in interface software.amazon.jsii.Builder<ChoiceProps>ChoicePropsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.