@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 - `AWS::AppIntegrations::EventIntegration.EventBridgeBus`. This parameter is required.this@Stability(value=Stable) public CfnEventIntegrationProps.Builder eventFilter(CfnEventIntegration.EventFilterProperty eventFilter)
CfnEventIntegrationProps.getEventFilter()eventFilter - `AWS::AppIntegrations::EventIntegration.EventFilter`. This parameter is required.this@Stability(value=Stable) public CfnEventIntegrationProps.Builder eventFilter(IResolvable eventFilter)
CfnEventIntegrationProps.getEventFilter()eventFilter - `AWS::AppIntegrations::EventIntegration.EventFilter`. This parameter is required.this@Stability(value=Stable) public CfnEventIntegrationProps.Builder name(String name)
CfnEventIntegrationProps.getName()name - `AWS::AppIntegrations::EventIntegration.Name`. This parameter is required.this@Stability(value=Stable) public CfnEventIntegrationProps.Builder description(String description)
CfnEventIntegrationProps.getDescription()description - `AWS::AppIntegrations::EventIntegration.Description`.this@Stability(value=Stable) public CfnEventIntegrationProps.Builder tags(List<? extends CfnTag> tags)
CfnEventIntegrationProps.getTags()tags - `AWS::AppIntegrations::EventIntegration.Tags`.this@Stability(value=Stable) public CfnEventIntegrationProps build()
build in interface software.amazon.jsii.Builder<CfnEventIntegrationProps>CfnEventIntegrationPropsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.