Class CfnChannelAssociationPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.notifications.CfnChannelAssociationPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnChannelAssociationPropsMixin>
- Enclosing class:
CfnChannelAssociationPropsMixin
@Stability(Stable)
public static final class CfnChannelAssociationPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnChannelAssociationPropsMixin>
A fluent builder for
CfnChannelAssociationPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of theChannel.build()create()create(CfnPropertyMixinOptions options) notificationConfigurationArn(String notificationConfigurationArn) The ARN of theNotificationConfigurationassociated with theChannel.
-
Method Details
-
create
@Stability(Stable) public static CfnChannelAssociationPropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnChannelAssociationPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnChannelAssociationPropsMixin.Builder.
-
arn
The Amazon Resource Name (ARN) of theChannel.- Parameters:
arn- The Amazon Resource Name (ARN) of theChannel. This parameter is required.- Returns:
this- See Also:
-
notificationConfigurationArn
@Stability(Stable) public CfnChannelAssociationPropsMixin.Builder notificationConfigurationArn(String notificationConfigurationArn) The ARN of theNotificationConfigurationassociated with theChannel.- Parameters:
notificationConfigurationArn- The ARN of theNotificationConfigurationassociated with theChannel. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnChannelAssociationPropsMixin>- Returns:
- a newly built instance of
CfnChannelAssociationPropsMixin.
-