Uses of Class
software.amazon.awscdk.services.chatbot.CfnMicrosoftTeamsChannelConfigurationProps.Builder
-
Uses of CfnMicrosoftTeamsChannelConfigurationProps.Builder in software.amazon.awscdk.services.chatbot
Modifier and TypeMethodDescriptionCfnMicrosoftTeamsChannelConfigurationProps.builder()
CfnMicrosoftTeamsChannelConfigurationProps.Builder.configurationName
(String configurationName) Sets the value ofCfnMicrosoftTeamsChannelConfigurationProps.getConfigurationName()
CfnMicrosoftTeamsChannelConfigurationProps.Builder.guardrailPolicies
(List<String> guardrailPolicies) Sets the value ofCfnMicrosoftTeamsChannelConfigurationProps.getGuardrailPolicies()
CfnMicrosoftTeamsChannelConfigurationProps.Builder.iamRoleArn
(String iamRoleArn) Sets the value ofCfnMicrosoftTeamsChannelConfigurationProps.getIamRoleArn()
CfnMicrosoftTeamsChannelConfigurationProps.Builder.loggingLevel
(String loggingLevel) Sets the value ofCfnMicrosoftTeamsChannelConfigurationProps.getLoggingLevel()
CfnMicrosoftTeamsChannelConfigurationProps.Builder.snsTopicArns
(List<String> snsTopicArns) Sets the value ofCfnMicrosoftTeamsChannelConfigurationProps.getSnsTopicArns()
Sets the value ofCfnMicrosoftTeamsChannelConfigurationProps.getTeamId()
CfnMicrosoftTeamsChannelConfigurationProps.Builder.teamsChannelId
(String teamsChannelId) Sets the value ofCfnMicrosoftTeamsChannelConfigurationProps.getTeamsChannelId()
CfnMicrosoftTeamsChannelConfigurationProps.Builder.teamsTenantId
(String teamsTenantId) Sets the value ofCfnMicrosoftTeamsChannelConfigurationProps.getTeamsTenantId()
CfnMicrosoftTeamsChannelConfigurationProps.Builder.userRoleRequired
(Boolean userRoleRequired) Sets the value ofCfnMicrosoftTeamsChannelConfigurationProps.getUserRoleRequired()
CfnMicrosoftTeamsChannelConfigurationProps.Builder.userRoleRequired
(IResolvable userRoleRequired) Sets the value ofCfnMicrosoftTeamsChannelConfigurationProps.getUserRoleRequired()
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnMicrosoftTeamsChannelConfigurationProps.Builder
.