Class CfnInvestigationGroupPropsMixin.ChatbotNotificationChannelProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.aiops.CfnInvestigationGroupPropsMixin.ChatbotNotificationChannelProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnInvestigationGroupPropsMixin.ChatbotNotificationChannelProperty>
- Enclosing interface:
CfnInvestigationGroupPropsMixin.ChatbotNotificationChannelProperty
@Stability(Stable)
public static final class CfnInvestigationGroupPropsMixin.ChatbotNotificationChannelProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnInvestigationGroupPropsMixin.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 CfnInvestigationGroupPropsMixin.ChatbotNotificationChannelProperty.Builder chatConfigurationArns(List<String> chatConfigurationArns) Sets the value ofCfnInvestigationGroupPropsMixin.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 CfnInvestigationGroupPropsMixin.ChatbotNotificationChannelProperty.Builder snsTopicArn(String snsTopicArn) Sets the value ofCfnInvestigationGroupPropsMixin.ChatbotNotificationChannelProperty.getSnsTopicArn()- Parameters:
snsTopicArn- Returns the ARN of an Amazon topic used for third-party chat integrations.- Returns:
this
-
build
@Stability(Stable) public CfnInvestigationGroupPropsMixin.ChatbotNotificationChannelProperty build()Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnInvestigationGroupPropsMixin.ChatbotNotificationChannelProperty>- Returns:
- a new instance of
CfnInvestigationGroupPropsMixin.ChatbotNotificationChannelProperty - Throws:
NullPointerException- if any required attribute was not provided
-