| Package | Description |
|---|---|
| com.amazonaws.services.chatbot |
AWS Chatbot API
|
| com.amazonaws.services.chatbot.model |
| Modifier and Type | Method and Description |
|---|---|
UpdateMicrosoftTeamsChannelConfigurationRequest |
UpdateMicrosoftTeamsChannelConfigurationRequest.clone() |
UpdateMicrosoftTeamsChannelConfigurationRequest |
UpdateMicrosoftTeamsChannelConfigurationRequest.withChannelId(String channelId)
The ID of the Microsoft Teams channel.
|
UpdateMicrosoftTeamsChannelConfigurationRequest |
UpdateMicrosoftTeamsChannelConfigurationRequest.withChannelName(String channelName)
The name of the Microsoft Teams channel.
|
UpdateMicrosoftTeamsChannelConfigurationRequest |
UpdateMicrosoftTeamsChannelConfigurationRequest.withChatConfigurationArn(String chatConfigurationArn)
The ARN of the MicrosoftTeamsChannelConfiguration to update.
|
UpdateMicrosoftTeamsChannelConfigurationRequest |
UpdateMicrosoftTeamsChannelConfigurationRequest.withGuardrailPolicyArns(Collection<String> guardrailPolicyArns)
The list of IAM policy ARNs that are applied as channel guardrails.
|
UpdateMicrosoftTeamsChannelConfigurationRequest |
UpdateMicrosoftTeamsChannelConfigurationRequest.withGuardrailPolicyArns(String... guardrailPolicyArns)
The list of IAM policy ARNs that are applied as channel guardrails.
|
UpdateMicrosoftTeamsChannelConfigurationRequest |
UpdateMicrosoftTeamsChannelConfigurationRequest.withIamRoleArn(String iamRoleArn)
The ARN of the IAM role that defines the permissions for AWS Chatbot.
|
UpdateMicrosoftTeamsChannelConfigurationRequest |
UpdateMicrosoftTeamsChannelConfigurationRequest.withLoggingLevel(String loggingLevel)
Logging levels include ERROR, INFO, or NONE.
|
UpdateMicrosoftTeamsChannelConfigurationRequest |
UpdateMicrosoftTeamsChannelConfigurationRequest.withSnsTopicArns(Collection<String> snsTopicArns)
The ARNs of the SNS topics that deliver notifications to AWS Chatbot.
|
UpdateMicrosoftTeamsChannelConfigurationRequest |
UpdateMicrosoftTeamsChannelConfigurationRequest.withSnsTopicArns(String... snsTopicArns)
The ARNs of the SNS topics that deliver notifications to AWS Chatbot.
|
UpdateMicrosoftTeamsChannelConfigurationRequest |
UpdateMicrosoftTeamsChannelConfigurationRequest.withUserAuthorizationRequired(Boolean userAuthorizationRequired)
Enables use of a user role requirement in your chat configuration.
|
Copyright © 2024. All rights reserved.