| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
PassProps |
build()
Builds the configured instance.
|
PassProps.Builder |
comment(String comment)
Sets the value of
PassProps.getComment() |
PassProps.Builder |
inputPath(String inputPath)
Sets the value of
PassProps.getInputPath() |
PassProps.Builder |
outputPath(String outputPath)
Sets the value of
PassProps.getOutputPath() |
PassProps.Builder |
parameters(Map<String,? extends Object> parameters)
Sets the value of
PassProps.getParameters() |
PassProps.Builder |
result(Result result)
Sets the value of
PassProps.getResult() |
PassProps.Builder |
resultPath(String resultPath)
Sets the value of
PassProps.getResultPath() |
@Stability(value=Experimental) public PassProps.Builder comment(String comment)
PassProps.getComment()comment - An optional description for this state.this@Stability(value=Experimental) public PassProps.Builder inputPath(String inputPath)
PassProps.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 PassProps.Builder outputPath(String outputPath)
PassProps.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 PassProps.Builder parameters(Map<String,? extends Object> parameters)
PassProps.getParameters()parameters - Parameters pass a collection of key-value pairs, either static values or JSONPath expressions that select from the input.this@Stability(value=Experimental) public PassProps.Builder result(Result result)
PassProps.getResult()result - If given, treat as the result of this operation.
Can be used to inject or replace the current execution state.this@Stability(value=Experimental) public PassProps.Builder resultPath(String resultPath)
PassProps.getResultPath()resultPath - JSONPath expression to indicate where to inject the state's output.
May also be the special value JsonPath.DISCARD, which will cause the state's
input to become its output.this@Stability(value=Experimental) public PassProps build()
build in interface software.amazon.jsii.Builder<PassProps>PassPropsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.