Uses of Interface
software.amazon.awssdk.services.sesv2.model.Contact.Builder
Packages that use Contact.Builder
-
Uses of Contact.Builder in software.amazon.awssdk.services.sesv2.model
Methods in software.amazon.awssdk.services.sesv2.model that return Contact.BuilderModifier and TypeMethodDescriptionstatic Contact.BuilderContact.builder()Contact.Builder.emailAddress(String emailAddress) The contact's email address.Contact.Builder.lastUpdatedTimestamp(Instant lastUpdatedTimestamp) A timestamp noting the last time the contact's information was updated.Contact.toBuilder()Contact.Builder.topicDefaultPreferences(Collection<TopicPreference> topicDefaultPreferences) The default topic preferences applied to the contact.Contact.Builder.topicDefaultPreferences(Consumer<TopicPreference.Builder>... topicDefaultPreferences) The default topic preferences applied to the contact.Contact.Builder.topicDefaultPreferences(TopicPreference... topicDefaultPreferences) The default topic preferences applied to the contact.Contact.Builder.topicPreferences(Collection<TopicPreference> topicPreferences) The contact's preference for being opted-in to or opted-out of a topic.Contact.Builder.topicPreferences(Consumer<TopicPreference.Builder>... topicPreferences) The contact's preference for being opted-in to or opted-out of a topic.Contact.Builder.topicPreferences(TopicPreference... topicPreferences) The contact's preference for being opted-in to or opted-out of a topic.Contact.Builder.unsubscribeAll(Boolean unsubscribeAll) A boolean value status noting if the contact is unsubscribed from all contact list topics.Methods in software.amazon.awssdk.services.sesv2.model that return types with arguments of type Contact.BuilderModifier and TypeMethodDescriptionstatic Class<? extends Contact.Builder>Contact.serializableBuilderClass()