@Stability(value=Experimental) public static final class ParallelProps.Builder extends Object implements software.amazon.jsii.Builder<ParallelProps>
ParallelProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
ParallelProps |
build()
Builds the configured instance.
|
ParallelProps.Builder |
comment(String comment)
Sets the value of
ParallelProps.getComment() |
ParallelProps.Builder |
inputPath(String inputPath)
Sets the value of
ParallelProps.getInputPath() |
ParallelProps.Builder |
outputPath(String outputPath)
Sets the value of
ParallelProps.getOutputPath() |
ParallelProps.Builder |
resultPath(String resultPath)
Sets the value of
ParallelProps.getResultPath() |
ParallelProps.Builder |
resultSelector(Map<String,? extends Object> resultSelector)
Sets the value of
ParallelProps.getResultSelector() |
@Stability(value=Experimental) public ParallelProps.Builder comment(String comment)
ParallelProps.getComment()comment - An optional description for this state.this@Stability(value=Experimental) public ParallelProps.Builder inputPath(String inputPath)
ParallelProps.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 ParallelProps.Builder outputPath(String outputPath)
ParallelProps.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 ParallelProps.Builder resultPath(String resultPath)
ParallelProps.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 ParallelProps.Builder resultSelector(Map<String,? extends Object> resultSelector)
ParallelProps.getResultSelector()resultSelector - The JSON that will replace the state's raw result and become the effective result before ResultPath is applied.
You can use ResultSelector to create a payload with values that are static
or selected from the state's raw result.this@Stability(value=Experimental) public ParallelProps build()
build in interface software.amazon.jsii.Builder<ParallelProps>ParallelPropsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.