Class CfnNotificationChannelPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.devopsguru.CfnNotificationChannelPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnNotificationChannelPropsMixin>
- Enclosing class:
CfnNotificationChannelPropsMixin
@Stability(Stable)
public static final class CfnNotificationChannelPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnNotificationChannelPropsMixin>
A fluent builder for
CfnNotificationChannelPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()ANotificationChannelConfigobject that contains information about configured notification channels.config(IResolvable config) ANotificationChannelConfigobject that contains information about configured notification channels.create()create(CfnPropertyMixinOptions options)
-
Method Details
-
create
@Stability(Stable) public static CfnNotificationChannelPropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnNotificationChannelPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnNotificationChannelPropsMixin.Builder.
-
config
ANotificationChannelConfigobject that contains information about configured notification channels.- Parameters:
config- ANotificationChannelConfigobject that contains information about configured notification channels. This parameter is required.- Returns:
this- See Also:
-
config
@Stability(Stable) public CfnNotificationChannelPropsMixin.Builder config(CfnNotificationChannelPropsMixin.NotificationChannelConfigProperty config) ANotificationChannelConfigobject that contains information about configured notification channels.- Parameters:
config- ANotificationChannelConfigobject that contains information about configured notification channels. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnNotificationChannelPropsMixin>- Returns:
- a newly built instance of
CfnNotificationChannelPropsMixin.
-