Class CfnAssociation.EventChannelConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.services.devopsagent.CfnAssociation.EventChannelConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnAssociation.EventChannelConfigurationProperty>
- Enclosing interface:
CfnAssociation.EventChannelConfigurationProperty
@Stability(Stable)
public static final class CfnAssociation.EventChannelConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnAssociation.EventChannelConfigurationProperty>
A builder for
CfnAssociation.EventChannelConfigurationProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.enableWebhookUpdates(Boolean enableWebhookUpdates) enableWebhookUpdates(IResolvable enableWebhookUpdates)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
enableWebhookUpdates
@Stability(Stable) public CfnAssociation.EventChannelConfigurationProperty.Builder enableWebhookUpdates(Boolean enableWebhookUpdates) - Parameters:
enableWebhookUpdates- When set to true, enables the Agent Space to create and update webhooks for receiving notifications and events from the service.- Returns:
this
-
enableWebhookUpdates
@Stability(Stable) public CfnAssociation.EventChannelConfigurationProperty.Builder enableWebhookUpdates(IResolvable enableWebhookUpdates) - Parameters:
enableWebhookUpdates- When set to true, enables the Agent Space to create and update webhooks for receiving notifications and events from the service.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnAssociation.EventChannelConfigurationProperty>- Returns:
- a new instance of
CfnAssociation.EventChannelConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-