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