Uses of Interface
software.amazon.awssdk.services.sesv2.model.Attachment.Builder
Packages that use Attachment.Builder
-
Uses of Attachment.Builder in software.amazon.awssdk.services.sesv2.model
Methods in software.amazon.awssdk.services.sesv2.model that return Attachment.BuilderModifier and TypeMethodDescriptionstatic Attachment.BuilderAttachment.builder()Attachment.Builder.contentDescription(String contentDescription) A brief description of the attachment content.Attachment.Builder.contentDisposition(String contentDisposition) A standard descriptor indicating how the attachment should be rendered in the email.Attachment.Builder.contentDisposition(AttachmentContentDisposition contentDisposition) A standard descriptor indicating how the attachment should be rendered in the email.Unique identifier for the attachment, used for referencing attachments with INLINE disposition in HTML content.Attachment.Builder.contentTransferEncoding(String contentTransferEncoding) Specifies how the attachment is encoded.Attachment.Builder.contentTransferEncoding(AttachmentContentTransferEncoding contentTransferEncoding) Specifies how the attachment is encoded.Attachment.Builder.contentType(String contentType) The MIME type of the attachment.The file name for the attachment as it will appear in the email.Attachment.Builder.rawContent(SdkBytes rawContent) The raw data of the attachment.Attachment.toBuilder()Methods in software.amazon.awssdk.services.sesv2.model that return types with arguments of type Attachment.BuilderModifier and TypeMethodDescriptionstatic Class<? extends Attachment.Builder>Attachment.serializableBuilderClass()