Uses of Interface
software.amazon.awssdk.services.sesv2.model.Topic.Builder
-
Packages that use Topic.Builder Package Description software.amazon.awssdk.services.sesv2.model -
-
Uses of Topic.Builder in software.amazon.awssdk.services.sesv2.model
Methods in software.amazon.awssdk.services.sesv2.model that return Topic.Builder Modifier and Type Method Description static Topic.BuilderTopic. builder()Topic.BuilderTopic.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.BuilderTopic.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.BuilderTopic.Builder. description(String description)A description of what the topic is about, which the contact will see.Topic.BuilderTopic.Builder. displayName(String displayName)The name of the topic the contact will see.Topic.BuilderTopic. toBuilder()Topic.BuilderTopic.Builder. topicName(String topicName)The name of the topic.Methods in software.amazon.awssdk.services.sesv2.model that return types with arguments of type Topic.Builder Modifier and Type Method Description static Class<? extends Topic.Builder>Topic. serializableBuilderClass()
-