CopyableBuilder<Body.Builder,Body>
, SdkBuilder<Body.Builder,Body>
public static interface Body.Builder extends CopyableBuilder<Body.Builder,Body>
Modifier and Type | Method | Description |
---|---|---|
Body.Builder |
html(Content html) |
The content of the message, in HTML format.
|
Body.Builder |
text(Content text) |
The content of the message, in text format.
|
copy
apply, build
Body.Builder text(Content text)
The content of the message, in text format. Use this for text-based email clients, or clients on high-latency networks (such as mobile devices).
text
- The content of the message, in text format. Use this for text-based email clients, or clients on
high-latency networks (such as mobile devices).Body.Builder html(Content html)
The content of the message, in HTML format. Use this for email clients that can process HTML. You can include clickable links, formatted text, and much more in an HTML message.
html
- The content of the message, in HTML format. Use this for email clients that can process HTML. You can
include clickable links, formatted text, and much more in an HTML message.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.