Uses of Interface
software.amazon.awssdk.services.sesv2.model.Template.Builder
Packages that use Template.Builder
-
Uses of Template.Builder in software.amazon.awssdk.services.sesv2.model
Methods in software.amazon.awssdk.services.sesv2.model that return Template.BuilderModifier and TypeMethodDescriptionTemplate.Builder.attachments(Collection<Attachment> attachments) The List of attachments to include in your email.Template.Builder.attachments(Consumer<Attachment.Builder>... attachments) The List of attachments to include in your email.Template.Builder.attachments(Attachment... attachments) The List of attachments to include in your email.static Template.BuilderTemplate.builder()Template.Builder.headers(Collection<MessageHeader> headers) The list of message headers that will be added to the email message.Template.Builder.headers(Consumer<MessageHeader.Builder>... headers) The list of message headers that will be added to the email message.Template.Builder.headers(MessageHeader... headers) The list of message headers that will be added to the email message.Template.Builder.templateArn(String templateArn) The Amazon Resource Name (ARN) of the template.default Template.BuilderTemplate.Builder.templateContent(Consumer<EmailTemplateContent.Builder> templateContent) The content of the template.Template.Builder.templateContent(EmailTemplateContent templateContent) The content of the template.Template.Builder.templateData(String templateData) An object that defines the values to use for message variables in the template.Template.Builder.templateName(String templateName) The name of the template.Template.toBuilder()Methods in software.amazon.awssdk.services.sesv2.model that return types with arguments of type Template.BuilderModifier and TypeMethodDescriptionstatic Class<? extends Template.Builder>Template.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.sesv2.model with type arguments of type Template.BuilderModifier and TypeMethodDescriptiondefault BulkEmailContent.BuilderBulkEmailContent.Builder.template(Consumer<Template.Builder> template) The template to use for the bulk email message.default EmailContent.BuilderEmailContent.Builder.template(Consumer<Template.Builder> template) The template to use for the email message.