Class CfnInvestigationGroup.ChatbotNotificationChannelProperty.Builder
java.lang.Object
software.amazon.awscdk.services.aiops.CfnInvestigationGroup.ChatbotNotificationChannelProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnInvestigationGroup.ChatbotNotificationChannelProperty>
- Enclosing interface:
CfnInvestigationGroup.ChatbotNotificationChannelProperty
@Stability(Stable)
public static final class CfnInvestigationGroup.ChatbotNotificationChannelProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnInvestigationGroup.ChatbotNotificationChannelProperty>
A builder for
CfnInvestigationGroup.ChatbotNotificationChannelProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.chatConfigurationArns(List<String> chatConfigurationArns) snsTopicArn(String snsTopicArn)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
chatConfigurationArns
@Stability(Stable) public CfnInvestigationGroup.ChatbotNotificationChannelProperty.Builder chatConfigurationArns(List<String> chatConfigurationArns) Sets the value ofCfnInvestigationGroup.ChatbotNotificationChannelProperty.getChatConfigurationArns()- Parameters:
chatConfigurationArns- Returns the Amazon Resource Name (ARN) of any third-party chat integrations configured for the account.- Returns:
this
-
snsTopicArn
@Stability(Stable) public CfnInvestigationGroup.ChatbotNotificationChannelProperty.Builder snsTopicArn(String snsTopicArn) - Parameters:
snsTopicArn- Returns the ARN of an Amazon topic used for third-party chat integrations.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnInvestigationGroup.ChatbotNotificationChannelProperty>- Returns:
- a new instance of
CfnInvestigationGroup.ChatbotNotificationChannelProperty - Throws:
NullPointerException- if any required attribute was not provided
-