| Package | Description |
|---|---|
| software.amazon.awssdk.services.sesv2.model |
| Modifier and Type | Method and Description |
|---|---|
static Topic.Builder |
Topic.builder() |
Topic.Builder |
Topic.Builder.defaultSubscriptionStatus(String defaultSubscriptionStatus)
The default subscription status to be applied to a contact if the contact has not noted their preference for
subscribing to a topic.
|
Topic.Builder |
Topic.Builder.defaultSubscriptionStatus(SubscriptionStatus defaultSubscriptionStatus)
The default subscription status to be applied to a contact if the contact has not noted their preference for
subscribing to a topic.
|
Topic.Builder |
Topic.Builder.description(String description)
A description of what the topic is about, which the contact will see.
|
Topic.Builder |
Topic.Builder.displayName(String displayName)
The name of the topic the contact will see.
|
Topic.Builder |
Topic.toBuilder() |
Topic.Builder |
Topic.Builder.topicName(String topicName)
The name of the topic.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Topic.Builder> |
Topic.serializableBuilderClass() |
Copyright © 2022. All rights reserved.