static Attachment.Builder |
Attachment.builder() |
|
Attachment.Builder |
Attachment.Builder.contentDescription(String contentDescription) |
A brief description of the attachment content.
|
Attachment.Builder |
Attachment.Builder.contentDisposition(String contentDisposition) |
A standard descriptor indicating how the attachment should be rendered in the email.
|
Attachment.Builder |
Attachment.Builder.contentDisposition(AttachmentContentDisposition contentDisposition) |
A standard descriptor indicating how the attachment should be rendered in the email.
|
Attachment.Builder |
Attachment.Builder.contentId(String contentId) |
Unique identifier for the attachment, used for referencing attachments with INLINE disposition in HTML
content.
|
Attachment.Builder |
Attachment.Builder.contentTransferEncoding(String contentTransferEncoding) |
Specifies how the attachment is encoded.
|
Attachment.Builder |
Attachment.Builder.contentTransferEncoding(AttachmentContentTransferEncoding contentTransferEncoding) |
Specifies how the attachment is encoded.
|
Attachment.Builder |
Attachment.Builder.contentType(String contentType) |
The MIME type of the attachment.
|
Attachment.Builder |
Attachment.Builder.fileName(String fileName) |
The file name for the attachment as it will appear in the email.
|
Attachment.Builder |
Attachment.Builder.rawContent(SdkBytes rawContent) |
The raw data of the attachment.
|
Attachment.Builder |
Attachment.toBuilder() |
|