@Stability(value=Stable)
public static interface CfnContactList.TopicProperty
extends software.amazon.jsii.JsiiSerializable
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() |
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 String |
getDescription()
A description of what the topic is about, which the contact will see.
|
String |
getDisplayName()
The name of the topic the contact will see.
|
String |
getTopicName()
The name of the topic.
|
@Stability(value=Stable) @NotNull String getDefaultSubscriptionStatus()
@Stability(value=Stable) @NotNull String getDisplayName()
@Stability(value=Stable) @NotNull String getTopicName()
@Stability(value=Stable) @Nullable default String getDescription()
@Stability(value=Stable) static CfnContactList.TopicProperty.Builder builder()
Copyright © 2022. All rights reserved.