static SlackChannelConfiguration.Builder |
SlackChannelConfiguration.builder() |
|
SlackChannelConfiguration.Builder |
SlackChannelConfiguration.Builder.chatConfigurationArn(String chatConfigurationArn) |
The 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) |
The ARN of the IAM role that defines the permissions for AWS Chatbot.
|
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 AWS Chatbot.
|
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.toBuilder() |
|
SlackChannelConfiguration.Builder |
SlackChannelConfiguration.Builder.userAuthorizationRequired(Boolean userAuthorizationRequired) |
Enables use of a user role requirement in your chat configuration.
|