Class CfnEventIntegration.Builder
java.lang.Object
software.amazon.awscdk.services.appintegrations.CfnEventIntegration.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnEventIntegration>
- Enclosing class:
- CfnEventIntegration
@Stability(Stable)
public static final class CfnEventIntegration.Builder
extends Object
implements software.amazon.jsii.Builder<CfnEventIntegration>
A fluent builder for
CfnEventIntegration.-
Method Summary
Modifier and TypeMethodDescriptionbuild()static CfnEventIntegration.Builderdescription(String description) The event integration description.eventBridgeBus(String eventBridgeBus) The Amazon EventBridge bus for the event integration.eventFilter(IResolvable eventFilter) The event integration filter.eventFilter(CfnEventIntegration.EventFilterProperty eventFilter) The event integration filter.The name of the event integration.An array of key-value pairs to apply to this resource.
-
Method Details
-
create
- Parameters:
scope-- scope in which this resource is defined.
id-- scoped id of the resource.
- Returns:
- a new instance of
CfnEventIntegration.Builder.
-
eventBridgeBus
The Amazon EventBridge bus for the event integration.- Parameters:
eventBridgeBus- The Amazon EventBridge bus for the event integration. This parameter is required.- Returns:
this
-
eventFilter
The event integration filter.- Parameters:
eventFilter- The event integration filter. This parameter is required.- Returns:
this
-
eventFilter
@Stability(Stable) public CfnEventIntegration.Builder eventFilter(CfnEventIntegration.EventFilterProperty eventFilter) The event integration filter.- Parameters:
eventFilter- The event integration filter. This parameter is required.- Returns:
this
-
name
The name of the event integration.- Parameters:
name- The name of the event integration. This parameter is required.- Returns:
this
-
description
The event integration description.- Parameters:
description- The event integration description. This parameter is required.- Returns:
this
-
tags
An array of key-value pairs to apply to this resource.For more information, see Tag .
- Parameters:
tags- An array of key-value pairs to apply to this resource. This parameter is required.- Returns:
this
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnEventIntegration>- Returns:
- a newly built instance of
CfnEventIntegration.
-