@Stability(value=Stable) public static final class TaskStateBaseProps.Builder extends Object implements software.amazon.jsii.Builder<TaskStateBaseProps>
TaskStateBaseProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
TaskStateBaseProps |
build()
Builds the configured instance.
|
TaskStateBaseProps.Builder |
comment(String comment)
Sets the value of
TaskStateBaseProps.getComment() |
TaskStateBaseProps.Builder |
heartbeat(Duration heartbeat)
Sets the value of
TaskStateBaseProps.getHeartbeat() |
TaskStateBaseProps.Builder |
inputPath(String inputPath)
Sets the value of
TaskStateBaseProps.getInputPath() |
TaskStateBaseProps.Builder |
integrationPattern(IntegrationPattern integrationPattern)
Sets the value of
TaskStateBaseProps.getIntegrationPattern() |
TaskStateBaseProps.Builder |
outputPath(String outputPath)
Sets the value of
TaskStateBaseProps.getOutputPath() |
TaskStateBaseProps.Builder |
resultPath(String resultPath)
Sets the value of
TaskStateBaseProps.getResultPath() |
TaskStateBaseProps.Builder |
timeout(Duration timeout)
Sets the value of
TaskStateBaseProps.getTimeout() |
@Stability(value=Stable) public TaskStateBaseProps.Builder comment(String comment)
TaskStateBaseProps.getComment()comment - An optional description for this state.this@Stability(value=Stable) public TaskStateBaseProps.Builder heartbeat(Duration heartbeat)
TaskStateBaseProps.getHeartbeat()heartbeat - Timeout for the heartbeat.this@Stability(value=Stable) public TaskStateBaseProps.Builder inputPath(String inputPath)
TaskStateBaseProps.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=Stable) public TaskStateBaseProps.Builder integrationPattern(IntegrationPattern integrationPattern)
TaskStateBaseProps.getIntegrationPattern()integrationPattern - AWS Step Functions integrates with services directly in the Amazon States Language.
You can control these AWS services using service integration patternsthis@Stability(value=Stable) public TaskStateBaseProps.Builder outputPath(String outputPath)
TaskStateBaseProps.getOutputPath()outputPath - JSONPath expression to select select a portion of the state output to pass to the next state.
May also be the special value JsonPath.DISCARD, which will cause the effective
output to be the empty object {}.this@Stability(value=Stable) public TaskStateBaseProps.Builder resultPath(String resultPath)
TaskStateBaseProps.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=Stable) public TaskStateBaseProps.Builder timeout(Duration timeout)
TaskStateBaseProps.getTimeout()timeout - Timeout for the state machine.this@Stability(value=Stable) public TaskStateBaseProps build()
build in interface software.amazon.jsii.Builder<TaskStateBaseProps>TaskStateBasePropsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.