@Stability(value=Stable) public static final class CfnNotificationChannelProps.Builder extends Object implements software.amazon.jsii.Builder<CfnNotificationChannelProps>
CfnNotificationChannelProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnNotificationChannelProps |
build()
Builds the configured instance.
|
CfnNotificationChannelProps.Builder |
snsRoleName(String snsRoleName)
Sets the value of
CfnNotificationChannelProps.getSnsRoleName() |
CfnNotificationChannelProps.Builder |
snsTopicArn(String snsTopicArn)
Sets the value of
CfnNotificationChannelProps.getSnsTopicArn() |
@Stability(value=Stable) public CfnNotificationChannelProps.Builder snsRoleName(String snsRoleName)
CfnNotificationChannelProps.getSnsRoleName()snsRoleName - `AWS::FMS::NotificationChannel.SnsRoleName`. This parameter is required.this@Stability(value=Stable) public CfnNotificationChannelProps.Builder snsTopicArn(String snsTopicArn)
CfnNotificationChannelProps.getSnsTopicArn()snsTopicArn - `AWS::FMS::NotificationChannel.SnsTopicArn`. This parameter is required.this@Stability(value=Stable) public CfnNotificationChannelProps build()
build in interface software.amazon.jsii.Builder<CfnNotificationChannelProps>CfnNotificationChannelPropsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.