Class CfnNotificationChannelMixinProps.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.devopsguru.CfnNotificationChannelMixinProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnNotificationChannelMixinProps>
- Enclosing interface:
CfnNotificationChannelMixinProps
@Stability(Stable)
public static final class CfnNotificationChannelMixinProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnNotificationChannelMixinProps>
A builder for
CfnNotificationChannelMixinProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnNotificationChannelMixinProps.getConfig()config(IResolvable config) Sets the value ofCfnNotificationChannelMixinProps.getConfig()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
config
Sets the value ofCfnNotificationChannelMixinProps.getConfig()- Parameters:
config- ANotificationChannelConfigobject that contains information about configured notification channels.- Returns:
this
-
config
@Stability(Stable) public CfnNotificationChannelMixinProps.Builder config(CfnNotificationChannelPropsMixin.NotificationChannelConfigProperty config) Sets the value ofCfnNotificationChannelMixinProps.getConfig()- Parameters:
config- ANotificationChannelConfigobject that contains information about configured notification channels.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnNotificationChannelMixinProps>- Returns:
- a new instance of
CfnNotificationChannelMixinProps - Throws:
NullPointerException- if any required attribute was not provided
-