Class SlackChannelConfigurationReference.Builder
java.lang.Object
software.amazon.awscdk.services.chatbot.SlackChannelConfigurationReference.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<SlackChannelConfigurationReference>
- Enclosing interface:
SlackChannelConfigurationReference
@Stability(Stable)
public static final class SlackChannelConfigurationReference.Builder
extends Object
implements software.amazon.jsii.Builder<SlackChannelConfigurationReference>
A builder for
SlackChannelConfigurationReference
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.slackChannelConfigurationArn
(String slackChannelConfigurationArn) Sets the value ofSlackChannelConfigurationReference.getSlackChannelConfigurationArn()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
slackChannelConfigurationArn
@Stability(Stable) public SlackChannelConfigurationReference.Builder slackChannelConfigurationArn(String slackChannelConfigurationArn) Sets the value ofSlackChannelConfigurationReference.getSlackChannelConfigurationArn()
- Parameters:
slackChannelConfigurationArn
- The Arn of the SlackChannelConfiguration resource. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<SlackChannelConfigurationReference>
- Returns:
- a new instance of
SlackChannelConfigurationReference
- Throws:
NullPointerException
- if any required attribute was not provided
-