| Package | Description |
|---|---|
| com.amazonaws.services.chatbot |
AWS Chatbot API
|
| com.amazonaws.services.chatbot.model |
| Modifier and Type | Method and Description |
|---|---|
CreateMicrosoftTeamsChannelConfigurationRequest |
CreateMicrosoftTeamsChannelConfigurationRequest.clone() |
CreateMicrosoftTeamsChannelConfigurationRequest |
CreateMicrosoftTeamsChannelConfigurationRequest.withChannelId(String channelId)
The ID of the Microsoft Teams channel.
|
CreateMicrosoftTeamsChannelConfigurationRequest |
CreateMicrosoftTeamsChannelConfigurationRequest.withChannelName(String channelName)
The name of the Microsoft Teams channel.
|
CreateMicrosoftTeamsChannelConfigurationRequest |
CreateMicrosoftTeamsChannelConfigurationRequest.withConfigurationName(String configurationName)
The name of the configuration.
|
CreateMicrosoftTeamsChannelConfigurationRequest |
CreateMicrosoftTeamsChannelConfigurationRequest.withGuardrailPolicyArns(Collection<String> guardrailPolicyArns)
The list of IAM policy ARNs that are applied as channel guardrails.
|
CreateMicrosoftTeamsChannelConfigurationRequest |
CreateMicrosoftTeamsChannelConfigurationRequest.withGuardrailPolicyArns(String... guardrailPolicyArns)
The list of IAM policy ARNs that are applied as channel guardrails.
|
CreateMicrosoftTeamsChannelConfigurationRequest |
CreateMicrosoftTeamsChannelConfigurationRequest.withIamRoleArn(String iamRoleArn)
The ARN of the IAM role that defines the permissions for AWS Chatbot.
|
CreateMicrosoftTeamsChannelConfigurationRequest |
CreateMicrosoftTeamsChannelConfigurationRequest.withLoggingLevel(String loggingLevel)
Logging levels include ERROR, INFO, or NONE.
|
CreateMicrosoftTeamsChannelConfigurationRequest |
CreateMicrosoftTeamsChannelConfigurationRequest.withSnsTopicArns(Collection<String> snsTopicArns)
The ARNs of the SNS topics that deliver notifications to AWS Chatbot.
|
CreateMicrosoftTeamsChannelConfigurationRequest |
CreateMicrosoftTeamsChannelConfigurationRequest.withSnsTopicArns(String... snsTopicArns)
The ARNs of the SNS topics that deliver notifications to AWS Chatbot.
|
CreateMicrosoftTeamsChannelConfigurationRequest |
CreateMicrosoftTeamsChannelConfigurationRequest.withTags(Collection<Tag> tags)
A list of tags to apply to the configuration.
|
CreateMicrosoftTeamsChannelConfigurationRequest |
CreateMicrosoftTeamsChannelConfigurationRequest.withTags(Tag... tags)
A list of tags to apply to the configuration.
|
CreateMicrosoftTeamsChannelConfigurationRequest |
CreateMicrosoftTeamsChannelConfigurationRequest.withTeamId(String teamId)
The ID of the Microsoft Team authorized with AWS Chatbot.
|
CreateMicrosoftTeamsChannelConfigurationRequest |
CreateMicrosoftTeamsChannelConfigurationRequest.withTeamName(String teamName)
The name of the Microsoft Teams Team.
|
CreateMicrosoftTeamsChannelConfigurationRequest |
CreateMicrosoftTeamsChannelConfigurationRequest.withTenantId(String tenantId)
The ID of the Microsoft Teams tenant.
|
CreateMicrosoftTeamsChannelConfigurationRequest |
CreateMicrosoftTeamsChannelConfigurationRequest.withUserAuthorizationRequired(Boolean userAuthorizationRequired)
Enables use of a user role requirement in your chat configuration.
|
Copyright © 2024. All rights reserved.