| 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() |
Copyright © 2021. All rights reserved.