Uses of Class
software.amazon.awscdk.services.chatbot.SlackChannelConfigurationProps.Builder
-
Uses of SlackChannelConfigurationProps.Builder in software.amazon.awscdk.services.chatbot
Modifier and TypeMethodDescriptionSlackChannelConfigurationProps.builder()
SlackChannelConfigurationProps.Builder.guardrailPolicies
(List<? extends IManagedPolicy> guardrailPolicies) Sets the value ofSlackChannelConfigurationProps.getGuardrailPolicies()
SlackChannelConfigurationProps.Builder.loggingLevel
(LoggingLevel loggingLevel) Sets the value ofSlackChannelConfigurationProps.getLoggingLevel()
SlackChannelConfigurationProps.Builder.logRetention
(RetentionDays logRetention) Sets the value ofSlackChannelConfigurationProps.getLogRetention()
SlackChannelConfigurationProps.Builder.logRetentionRetryOptions
(LogRetentionRetryOptions logRetentionRetryOptions) Sets the value ofSlackChannelConfigurationProps.getLogRetentionRetryOptions()
SlackChannelConfigurationProps.Builder.logRetentionRole
(IRole logRetentionRole) Sets the value ofSlackChannelConfigurationProps.getLogRetentionRole()
SlackChannelConfigurationProps.Builder.notificationTopics
(List<? extends ITopic> notificationTopics) Sets the value ofSlackChannelConfigurationProps.getNotificationTopics()
Sets the value ofSlackChannelConfigurationProps.getRole()
SlackChannelConfigurationProps.Builder.slackChannelConfigurationName
(String slackChannelConfigurationName) Sets the value ofSlackChannelConfigurationProps.getSlackChannelConfigurationName()
SlackChannelConfigurationProps.Builder.slackChannelId
(String slackChannelId) Sets the value ofSlackChannelConfigurationProps.getSlackChannelId()
SlackChannelConfigurationProps.Builder.slackWorkspaceId
(String slackWorkspaceId) Sets the value ofSlackChannelConfigurationProps.getSlackWorkspaceId()
SlackChannelConfigurationProps.Builder.userRoleRequired
(Boolean userRoleRequired) Sets the value ofSlackChannelConfigurationProps.getUserRoleRequired()
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theSlackChannelConfigurationProps.Builder
.