@Stability(value=Stable) public static final class CfnNotificationRule.TargetProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnNotificationRule.TargetProperty>
CfnNotificationRule.TargetProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnNotificationRule.TargetProperty |
build()
Builds the configured instance.
|
CfnNotificationRule.TargetProperty.Builder |
targetAddress(String targetAddress)
Sets the value of
CfnNotificationRule.TargetProperty.getTargetAddress() |
CfnNotificationRule.TargetProperty.Builder |
targetType(String targetType)
Sets the value of
CfnNotificationRule.TargetProperty.getTargetType() |
@Stability(value=Stable) public CfnNotificationRule.TargetProperty.Builder targetAddress(String targetAddress)
CfnNotificationRule.TargetProperty.getTargetAddress()targetAddress - The Amazon Resource Name (ARN) of the AWS Chatbot topic or AWS Chatbot client. This parameter is required.this@Stability(value=Stable) public CfnNotificationRule.TargetProperty.Builder targetType(String targetType)
CfnNotificationRule.TargetProperty.getTargetType()targetType - The target type. Can be an Amazon Simple Notification Service topic or AWS Chatbot client. This parameter is required.
SNS .AWSChatbotSlack .this@Stability(value=Stable) public CfnNotificationRule.TargetProperty build()
build in interface software.amazon.jsii.Builder<CfnNotificationRule.TargetProperty>CfnNotificationRule.TargetPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.