Uses of Class
software.amazon.awscdk.services.sns.TopicProps.Builder
Packages that use TopicProps.Builder
Package
Description
Amazon Simple Notification Service Construct Library
-
Uses of TopicProps.Builder in software.amazon.awscdk.services.sns
Methods in software.amazon.awscdk.services.sns that return TopicProps.BuilderModifier and TypeMethodDescriptionstatic TopicProps.BuilderTopicProps.builder()TopicProps.Builder.contentBasedDeduplication(Boolean contentBasedDeduplication) Sets the value ofTopicProps.getContentBasedDeduplication()TopicProps.Builder.displayName(String displayName) Sets the value ofTopicProps.getDisplayName()TopicProps.Builder.enforceSsl(Boolean enforceSsl) Sets the value ofinvalid reference
TopicProps#getEnforceSslSets the value ofTopicProps.getFifo()TopicProps.Builder.fifoThroughputScope(FifoThroughputScope fifoThroughputScope) Sets the value ofTopicProps.getFifoThroughputScope()TopicProps.Builder.loggingConfigs(List<? extends LoggingConfig> loggingConfigs) Sets the value ofTopicProps.getLoggingConfigs()Sets the value ofTopicProps.getMasterKey()TopicProps.Builder.messageRetentionPeriodInDays(Number messageRetentionPeriodInDays) Sets the value ofTopicProps.getMessageRetentionPeriodInDays()TopicProps.Builder.signatureVersion(String signatureVersion) Sets the value ofTopicProps.getSignatureVersion()Sets the value ofTopicProps.getTopicName()TopicProps.Builder.tracingConfig(TracingConfig tracingConfig) Sets the value ofTopicProps.getTracingConfig()Constructors in software.amazon.awscdk.services.sns with parameters of type TopicProps.BuilderModifierConstructorDescriptionprotectedJsii$Proxy(TopicProps.Builder builder) Constructor that initializes the object based on literal property values passed by theTopicProps.Builder.