public static interface Content.Builder extends SdkPojo, CopyableBuilder<Content.Builder,Content>
Modifier and Type | Method and Description |
---|---|
Content.Builder |
charset(String charset)
The character set for the content.
|
Content.Builder |
data(String data)
The content of the message itself.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
Content.Builder data(String data)
The content of the message itself.
data
- The content of the message itself.Content.Builder charset(String charset)
The character set for the content. Because of the constraints of the SMTP protocol, Amazon SES uses 7-bit
ASCII by default. If the text includes characters outside of the ASCII range, you have to specify a character
set. For example, you could specify UTF-8
, ISO-8859-1
, or Shift_JIS
.
charset
- The character set for the content. Because of the constraints of the SMTP protocol, Amazon SES uses
7-bit ASCII by default. If the text includes characters outside of the ASCII range, you have to
specify a character set. For example, you could specify UTF-8
, ISO-8859-1
,
or Shift_JIS
.Copyright © 2020. All rights reserved.