@Stability(value=Stable) public static final class EventBridgePutEventsProps.Builder extends Object implements software.amazon.jsii.Builder<EventBridgePutEventsProps>
EventBridgePutEventsProps| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public EventBridgePutEventsProps.Builder entries(List<? extends EventBridgePutEventsEntry> entries)
EventBridgePutEventsProps.getEntries()entries - The entries that will be sent (must be at least 1). This parameter is required.this@Stability(value=Stable) public EventBridgePutEventsProps.Builder comment(String comment)
TaskStateBaseProps.getComment()comment - An optional description for this state.this@Stability(value=Stable) public EventBridgePutEventsProps.Builder heartbeat(Duration heartbeat)
TaskStateBaseProps.getHeartbeat()heartbeat - Timeout for the heartbeat.this@Stability(value=Stable) public EventBridgePutEventsProps.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 EventBridgePutEventsProps.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 EventBridgePutEventsProps.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 EventBridgePutEventsProps.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 EventBridgePutEventsProps.Builder resultSelector(Map<String,? extends Object> resultSelector)
TaskStateBaseProps.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=Stable) public EventBridgePutEventsProps.Builder timeout(Duration timeout)
TaskStateBaseProps.getTimeout()timeout - Timeout for the state machine.this@Stability(value=Stable) public EventBridgePutEventsProps build()
build in interface software.amazon.jsii.Builder<EventBridgePutEventsProps>EventBridgePutEventsPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.