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