Class CfnChannelAssociationMixinProps.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.notifications.CfnChannelAssociationMixinProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnChannelAssociationMixinProps>
- Enclosing interface:
CfnChannelAssociationMixinProps
@Stability(Stable)
public static final class CfnChannelAssociationMixinProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnChannelAssociationMixinProps>
A builder for
CfnChannelAssociationMixinProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSets the value ofCfnChannelAssociationMixinProps.getArn()build()Builds the configured instance.notificationConfigurationArn(String notificationConfigurationArn) Sets the value ofCfnChannelAssociationMixinProps.getNotificationConfigurationArn()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
arn
Sets the value ofCfnChannelAssociationMixinProps.getArn()- Parameters:
arn- The Amazon Resource Name (ARN) of theChannel.- Returns:
this
-
notificationConfigurationArn
@Stability(Stable) public CfnChannelAssociationMixinProps.Builder notificationConfigurationArn(String notificationConfigurationArn) Sets the value ofCfnChannelAssociationMixinProps.getNotificationConfigurationArn()- Parameters:
notificationConfigurationArn- The ARN of theNotificationConfigurationassociated with theChannel.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnChannelAssociationMixinProps>- Returns:
- a new instance of
CfnChannelAssociationMixinProps - Throws:
NullPointerException- if any required attribute was not provided
-