| Package | Description |
|---|---|
| software.amazon.awscdk.services.sns |
Amazon Simple Notification Service Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static TopicProps.Builder |
TopicProps.builder() |
TopicProps.Builder |
TopicProps.Builder.contentBasedDeduplication(Boolean contentBasedDeduplication)
Sets the value of
TopicProps.getContentBasedDeduplication() |
TopicProps.Builder |
TopicProps.Builder.displayName(String displayName)
Sets the value of
TopicProps.getDisplayName() |
TopicProps.Builder |
TopicProps.Builder.fifo(Boolean fifo)
Sets the value of
TopicProps.getFifo() |
TopicProps.Builder |
TopicProps.Builder.masterKey(IKey masterKey)
Sets the value of
TopicProps.getMasterKey() |
TopicProps.Builder |
TopicProps.Builder.topicName(String topicName)
Sets the value of
TopicProps.getTopicName() |
| Constructor and Description |
|---|
Jsii$Proxy(TopicProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
TopicProps.Builder. |
Copyright © 2022. All rights reserved.