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
- the value to be set.- Returns:
this
-
snsTopicArn
@Stability(Stable) public CfnInvestigationGroup.ChatbotNotificationChannelProperty.Builder snsTopicArn(String snsTopicArn) - Parameters:
snsTopicArn
- the value to be set.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnInvestigationGroup.ChatbotNotificationChannelProperty>
- Returns:
- a new instance of
CfnInvestigationGroup.ChatbotNotificationChannelProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-