Uses of Class
software.amazon.awscdk.services.sns.LoggingConfig.Builder
Packages that use LoggingConfig.Builder
Package
Description
Amazon Simple Notification Service Construct Library
-
Uses of LoggingConfig.Builder in software.amazon.awscdk.services.sns
Methods in software.amazon.awscdk.services.sns that return LoggingConfig.BuilderModifier and TypeMethodDescriptionstatic LoggingConfig.BuilderLoggingConfig.builder()LoggingConfig.Builder.failureFeedbackRole(IRoleRef failureFeedbackRole) Sets the value ofLoggingConfig.getFailureFeedbackRole()LoggingConfig.Builder.protocol(LoggingProtocol protocol) Sets the value ofLoggingConfig.getProtocol()LoggingConfig.Builder.successFeedbackRole(IRoleRef successFeedbackRole) Sets the value ofLoggingConfig.getSuccessFeedbackRole()LoggingConfig.Builder.successFeedbackSampleRate(Number successFeedbackSampleRate) Sets the value ofLoggingConfig.getSuccessFeedbackSampleRate()Constructors in software.amazon.awscdk.services.sns with parameters of type LoggingConfig.BuilderModifierConstructorDescriptionprotectedJsii$Proxy(LoggingConfig.Builder builder) Constructor that initializes the object based on literal property values passed by theLoggingConfig.Builder.