static UpdateSlackChannelConfigurationRequest.Builder |
UpdateSlackChannelConfigurationRequest.builder() |
|
UpdateSlackChannelConfigurationRequest.Builder |
UpdateSlackChannelConfigurationRequest.Builder.chatConfigurationArn(String chatConfigurationArn) |
The ARN of the SlackChannelConfiguration to update.
|
UpdateSlackChannelConfigurationRequest.Builder |
UpdateSlackChannelConfigurationRequest.Builder.guardrailPolicyArns(String... guardrailPolicyArns) |
The list of IAM policy ARNs that are applied as channel guardrails.
|
UpdateSlackChannelConfigurationRequest.Builder |
UpdateSlackChannelConfigurationRequest.Builder.guardrailPolicyArns(Collection<String> guardrailPolicyArns) |
The list of IAM policy ARNs that are applied as channel guardrails.
|
UpdateSlackChannelConfigurationRequest.Builder |
UpdateSlackChannelConfigurationRequest.Builder.iamRoleArn(String iamRoleArn) |
The ARN of the IAM role that defines the permissions for AWS Chatbot.
|
UpdateSlackChannelConfigurationRequest.Builder |
UpdateSlackChannelConfigurationRequest.Builder.loggingLevel(String loggingLevel) |
Logging levels include ERROR, INFO, or NONE.
|
UpdateSlackChannelConfigurationRequest.Builder |
UpdateSlackChannelConfigurationRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
UpdateSlackChannelConfigurationRequest.Builder |
UpdateSlackChannelConfigurationRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
UpdateSlackChannelConfigurationRequest.Builder |
UpdateSlackChannelConfigurationRequest.Builder.slackChannelId(String slackChannelId) |
The ID of the Slack channel.
|
UpdateSlackChannelConfigurationRequest.Builder |
UpdateSlackChannelConfigurationRequest.Builder.slackChannelName(String slackChannelName) |
The name of the Slack Channel.
|
UpdateSlackChannelConfigurationRequest.Builder |
UpdateSlackChannelConfigurationRequest.Builder.snsTopicArns(String... snsTopicArns) |
The ARNs of the SNS topics that deliver notifications to AWS Chatbot.
|
UpdateSlackChannelConfigurationRequest.Builder |
UpdateSlackChannelConfigurationRequest.Builder.snsTopicArns(Collection<String> snsTopicArns) |
The ARNs of the SNS topics that deliver notifications to AWS Chatbot.
|
UpdateSlackChannelConfigurationRequest.Builder |
UpdateSlackChannelConfigurationRequest.toBuilder() |
|
UpdateSlackChannelConfigurationRequest.Builder |
UpdateSlackChannelConfigurationRequest.Builder.userAuthorizationRequired(Boolean userAuthorizationRequired) |
Enables use of a user role requirement in your chat configuration.
|