static SlackChannelConfiguration.Builder |
SlackChannelConfiguration.builder() |
|
SlackChannelConfiguration.Builder |
SlackChannelConfiguration.Builder.chatConfigurationArn(String chatConfigurationArn) |
The Amazon Resource Name (ARN) of the SlackChannelConfiguration.
|
SlackChannelConfiguration.Builder |
SlackChannelConfiguration.Builder.configurationName(String configurationName) |
The name of the configuration.
|
SlackChannelConfiguration.Builder |
SlackChannelConfiguration.Builder.guardrailPolicyArns(String... guardrailPolicyArns) |
The list of IAM policy ARNs that are applied as channel guardrails.
|
SlackChannelConfiguration.Builder |
SlackChannelConfiguration.Builder.guardrailPolicyArns(Collection<String> guardrailPolicyArns) |
The list of IAM policy ARNs that are applied as channel guardrails.
|
SlackChannelConfiguration.Builder |
SlackChannelConfiguration.Builder.iamRoleArn(String iamRoleArn) |
A user-defined role that AWS Chatbot assumes.
|
SlackChannelConfiguration.Builder |
SlackChannelConfiguration.Builder.loggingLevel(String loggingLevel) |
Logging levels include ERROR, INFO, or NONE.
|
SlackChannelConfiguration.Builder |
SlackChannelConfiguration.Builder.slackChannelId(String slackChannelId) |
The ID of the Slack channel.
|
SlackChannelConfiguration.Builder |
SlackChannelConfiguration.Builder.slackChannelName(String slackChannelName) |
The name of the Slack channel.
|
SlackChannelConfiguration.Builder |
SlackChannelConfiguration.Builder.slackTeamId(String slackTeamId) |
The ID of the Slack workspace authorized with Amazon Chime.
|
SlackChannelConfiguration.Builder |
SlackChannelConfiguration.Builder.slackTeamName(String slackTeamName) |
Name of the Slack workspace.
|
SlackChannelConfiguration.Builder |
SlackChannelConfiguration.Builder.snsTopicArns(String... snsTopicArns) |
The ARNs of the SNS topics that deliver notifications to AWS Chatbot.
|
SlackChannelConfiguration.Builder |
SlackChannelConfiguration.Builder.snsTopicArns(Collection<String> snsTopicArns) |
The ARNs of the SNS topics that deliver notifications to AWS Chatbot.
|
SlackChannelConfiguration.Builder |
SlackChannelConfiguration.Builder.state(String state) |
Either ENABLED or DISABLED.
|
SlackChannelConfiguration.Builder |
SlackChannelConfiguration.Builder.stateReason(String stateReason) |
Provided if State is DISABLED.
|
SlackChannelConfiguration.Builder |
SlackChannelConfiguration.Builder.tags(Collection<Tag> tags) |
A map of tags assigned to a resource.
|
SlackChannelConfiguration.Builder |
SlackChannelConfiguration.Builder.tags(Consumer<Tag.Builder>... tags) |
A map of tags assigned to a resource.
|
SlackChannelConfiguration.Builder |
SlackChannelConfiguration.Builder.tags(Tag... tags) |
A map of tags assigned to a resource.
|
SlackChannelConfiguration.Builder |
SlackChannelConfiguration.toBuilder() |
|
SlackChannelConfiguration.Builder |
SlackChannelConfiguration.Builder.userAuthorizationRequired(Boolean userAuthorizationRequired) |
Enables use of a user role requirement in your chat configuration.
|