@Stability(value=Experimental) public static final class ParallelProps.Builder extends Object
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() |
@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 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 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 DISCARD, which will cause the state's
input to become its output.this@Stability(value=Experimental) public ParallelProps build()
ParallelPropsNullPointerException - if any required attribute was not providedCopyright © 2020. All rights reserved.