@Stability(value=Stable) public static final class CfnFunction.EventBridgeRuleEventProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnFunction.EventBridgeRuleEventProperty>
CfnFunction.EventBridgeRuleEventProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnFunction.EventBridgeRuleEventProperty |
build()
Builds the configured instance.
|
CfnFunction.EventBridgeRuleEventProperty.Builder |
eventBusName(String eventBusName)
Sets the value of
CfnFunction.EventBridgeRuleEventProperty.getEventBusName() |
CfnFunction.EventBridgeRuleEventProperty.Builder |
input(String input)
Sets the value of
CfnFunction.EventBridgeRuleEventProperty.getInput() |
CfnFunction.EventBridgeRuleEventProperty.Builder |
inputPath(String inputPath)
Sets the value of
CfnFunction.EventBridgeRuleEventProperty.getInputPath() |
CfnFunction.EventBridgeRuleEventProperty.Builder |
pattern(Object pattern)
Sets the value of
CfnFunction.EventBridgeRuleEventProperty.getPattern() |
@Stability(value=Stable) public CfnFunction.EventBridgeRuleEventProperty.Builder pattern(Object pattern)
CfnFunction.EventBridgeRuleEventProperty.getPattern()pattern - `CfnFunction.EventBridgeRuleEventProperty.Pattern`. This parameter is required.this@Stability(value=Stable) public CfnFunction.EventBridgeRuleEventProperty.Builder eventBusName(String eventBusName)
CfnFunction.EventBridgeRuleEventProperty.getEventBusName()eventBusName - `CfnFunction.EventBridgeRuleEventProperty.EventBusName`.this@Stability(value=Stable) public CfnFunction.EventBridgeRuleEventProperty.Builder input(String input)
CfnFunction.EventBridgeRuleEventProperty.getInput()input - `CfnFunction.EventBridgeRuleEventProperty.Input`.this@Stability(value=Stable) public CfnFunction.EventBridgeRuleEventProperty.Builder inputPath(String inputPath)
CfnFunction.EventBridgeRuleEventProperty.getInputPath()inputPath - `CfnFunction.EventBridgeRuleEventProperty.InputPath`.this@Stability(value=Stable) public CfnFunction.EventBridgeRuleEventProperty build()
build in interface software.amazon.jsii.Builder<CfnFunction.EventBridgeRuleEventProperty>CfnFunction.EventBridgeRuleEventPropertyNullPointerException - if any required attribute was not providedCopyright © 2023. All rights reserved.