Class CfnNotificationChannel.Builder
java.lang.Object
software.amazon.awscdk.services.devopsguru.CfnNotificationChannel.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnNotificationChannel>
- Enclosing class:
CfnNotificationChannel
@Stability(Stable)
public static final class CfnNotificationChannel.Builder
extends Object
implements software.amazon.jsii.Builder<CfnNotificationChannel>
A fluent builder for
CfnNotificationChannel
.-
Method Summary
Modifier and TypeMethodDescriptionbuild()
config
(IResolvable config) ANotificationChannelConfig
object that contains information about configured notification channels.ANotificationChannelConfig
object that contains information about configured notification channels.
-
Method Details
-
create
- Parameters:
scope
-- scope in which this resource is defined.
id
-- scoped id of the resource.
- Returns:
- a new instance of
CfnNotificationChannel.Builder
.
-
config
@Stability(Stable) public CfnNotificationChannel.Builder config(CfnNotificationChannel.NotificationChannelConfigProperty config) ANotificationChannelConfig
object that contains information about configured notification channels.- Parameters:
config
- ANotificationChannelConfig
object that contains information about configured notification channels. This parameter is required.- Returns:
this
-
config
ANotificationChannelConfig
object that contains information about configured notification channels.- Parameters:
config
- ANotificationChannelConfig
object that contains information about configured notification channels. This parameter is required.- Returns:
this
-
build
- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnNotificationChannel>
- Returns:
- a newly built instance of
CfnNotificationChannel
.
-