@Stability(value=Stable) public static final class CfnEventIntegrationProps.Builder extends Object implements software.amazon.jsii.Builder<CfnEventIntegrationProps>
CfnEventIntegrationProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnEventIntegrationProps |
build()
Builds the configured instance.
|
CfnEventIntegrationProps.Builder |
description(String description)
Sets the value of
CfnEventIntegrationProps.getDescription() |
CfnEventIntegrationProps.Builder |
eventBridgeBus(String eventBridgeBus)
Sets the value of
CfnEventIntegrationProps.getEventBridgeBus() |
CfnEventIntegrationProps.Builder |
eventFilter(CfnEventIntegration.EventFilterProperty eventFilter)
Sets the value of
CfnEventIntegrationProps.getEventFilter() |
CfnEventIntegrationProps.Builder |
eventFilter(IResolvable eventFilter)
Sets the value of
CfnEventIntegrationProps.getEventFilter() |
CfnEventIntegrationProps.Builder |
name(String name)
Sets the value of
CfnEventIntegrationProps.getName() |
CfnEventIntegrationProps.Builder |
tags(List<? extends CfnTag> tags)
Sets the value of
CfnEventIntegrationProps.getTags() |
@Stability(value=Stable) public CfnEventIntegrationProps.Builder eventBridgeBus(String eventBridgeBus)
CfnEventIntegrationProps.getEventBridgeBus()eventBridgeBus - The Amazon EventBridge bus for the event integration. This parameter is required.this@Stability(value=Stable) public CfnEventIntegrationProps.Builder eventFilter(CfnEventIntegration.EventFilterProperty eventFilter)
CfnEventIntegrationProps.getEventFilter()eventFilter - The event integration filter. This parameter is required.this@Stability(value=Stable) public CfnEventIntegrationProps.Builder eventFilter(IResolvable eventFilter)
CfnEventIntegrationProps.getEventFilter()eventFilter - The event integration filter. This parameter is required.this@Stability(value=Stable) public CfnEventIntegrationProps.Builder name(String name)
CfnEventIntegrationProps.getName()name - The name of the event integration. This parameter is required.this@Stability(value=Stable) public CfnEventIntegrationProps.Builder description(String description)
CfnEventIntegrationProps.getDescription()description - The event integration description.this@Stability(value=Stable) public CfnEventIntegrationProps.Builder tags(List<? extends CfnTag> tags)
CfnEventIntegrationProps.getTags()tags - An array of key-value pairs to apply to this resource.
For more information, see Tag .this@Stability(value=Stable) public CfnEventIntegrationProps build()
build in interface software.amazon.jsii.Builder<CfnEventIntegrationProps>CfnEventIntegrationPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.