Class CfnManagedNotificationAdditionalChannelAssociationMixinProps.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.notifications.CfnManagedNotificationAdditionalChannelAssociationMixinProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnManagedNotificationAdditionalChannelAssociationMixinProps>
- Enclosing interface:
CfnManagedNotificationAdditionalChannelAssociationMixinProps
@Stability(Stable)
public static final class CfnManagedNotificationAdditionalChannelAssociationMixinProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnManagedNotificationAdditionalChannelAssociationMixinProps>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.channelArn(String channelArn) managedNotificationConfigurationArn(String managedNotificationConfigurationArn)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
channelArn
@Stability(Stable) public CfnManagedNotificationAdditionalChannelAssociationMixinProps.Builder channelArn(String channelArn) - Parameters:
channelArn- The ARN of theChannel.- Returns:
this
-
managedNotificationConfigurationArn
@Stability(Stable) public CfnManagedNotificationAdditionalChannelAssociationMixinProps.Builder managedNotificationConfigurationArn(String managedNotificationConfigurationArn) Sets the value ofCfnManagedNotificationAdditionalChannelAssociationMixinProps.getManagedNotificationConfigurationArn()- Parameters:
managedNotificationConfigurationArn- The ARN of theManagedNotificationAdditionalChannelAssociationassociated with theChannel.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnManagedNotificationAdditionalChannelAssociationMixinProps>- Returns:
- a new instance of
CfnManagedNotificationAdditionalChannelAssociationMixinProps - Throws:
NullPointerException- if any required attribute was not provided
-