public static interface CfnContactList.TopicProperty
Lists can have multiple topics.
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.ses.*; TopicProperty topicProperty = TopicProperty.builder() .defaultSubscriptionStatus("defaultSubscriptionStatus") .displayName("displayName") .topicName("topicName") // the properties below are optional .description("description") .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnContactList.TopicProperty.Builder
A builder for
CfnContactList.TopicProperty |
static class |
CfnContactList.TopicProperty.Jsii$Proxy
An implementation for
CfnContactList.TopicProperty |
Modifier and Type | Method and Description |
---|---|
static CfnContactList.TopicProperty.Builder |
builder() |
java.lang.String |
getDefaultSubscriptionStatus()
The default subscription status to be applied to a contact if the contact has not noted their preference for subscribing to a topic.
|
default java.lang.String |
getDescription()
A description of what the topic is about, which the contact will see.
|
java.lang.String |
getDisplayName()
The name of the topic the contact will see.
|
java.lang.String |
getTopicName()
The name of the topic.
|
java.lang.String getDefaultSubscriptionStatus()
java.lang.String getDisplayName()
java.lang.String getTopicName()
default java.lang.String getDescription()
static CfnContactList.TopicProperty.Builder builder()