Uses of Interface
software.amazon.awssdk.services.ses.model.BulkEmailDestination.Builder
Packages that use BulkEmailDestination.Builder
-
Uses of BulkEmailDestination.Builder in software.amazon.awssdk.services.ses.model
Methods in software.amazon.awssdk.services.ses.model that return BulkEmailDestination.BuilderModifier and TypeMethodDescriptionstatic BulkEmailDestination.BuilderBulkEmailDestination.builder()default BulkEmailDestination.BuilderBulkEmailDestination.Builder.destination(Consumer<Destination.Builder> destination) Sets the value of the Destination property for this object.BulkEmailDestination.Builder.destination(Destination destination) Sets the value of the Destination property for this object.BulkEmailDestination.Builder.replacementTags(Collection<MessageTag> replacementTags) A list of tags, in the form of name/value pairs, to apply to an email that you send usingSendBulkTemplatedEmail.BulkEmailDestination.Builder.replacementTags(Consumer<MessageTag.Builder>... replacementTags) A list of tags, in the form of name/value pairs, to apply to an email that you send usingSendBulkTemplatedEmail.BulkEmailDestination.Builder.replacementTags(MessageTag... replacementTags) A list of tags, in the form of name/value pairs, to apply to an email that you send usingSendBulkTemplatedEmail.BulkEmailDestination.Builder.replacementTemplateData(String replacementTemplateData) A list of replacement values to apply to the template.BulkEmailDestination.toBuilder()Methods in software.amazon.awssdk.services.ses.model that return types with arguments of type BulkEmailDestination.BuilderModifier and TypeMethodDescriptionstatic Class<? extends BulkEmailDestination.Builder>BulkEmailDestination.serializableBuilderClass()