@Stability(value=Stable)
public static interface CfnContactList.TopicProperty
extends software.amazon.jsii.JsiiSerializable
// 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()
`CfnContactList.TopicProperty.DefaultSubscriptionStatus`.
|
default String |
getDescription()
`CfnContactList.TopicProperty.Description`.
|
String |
getDisplayName()
`CfnContactList.TopicProperty.DisplayName`.
|
String |
getTopicName()
`CfnContactList.TopicProperty.TopicName`.
|
@Stability(value=Stable) @NotNull String getDefaultSubscriptionStatus()
@Stability(value=Stable) @Nullable default String getDescription()
@Stability(value=Stable) @NotNull String getDisplayName()
@Stability(value=Stable) @NotNull String getTopicName()
@Stability(value=Stable) static CfnContactList.TopicProperty.Builder builder()
Copyright © 2021. All rights reserved.