CopyableBuilder<Message.Builder,Message>
, SdkBuilder<Message.Builder,Message>
public static interface Message.Builder extends CopyableBuilder<Message.Builder,Message>
Modifier and Type | Method | Description |
---|---|---|
Message.Builder |
body(Body body) |
The message body.
|
Message.Builder |
subject(Content subject) |
The subject of the message: A short summary of the content, which will appear in the recipient's inbox.
|
copy
apply, build
Message.Builder subject(Content subject)
The subject of the message: A short summary of the content, which will appear in the recipient's inbox.
subject
- The subject of the message: A short summary of the content, which will appear in the recipient's
inbox.Message.Builder body(Body body)
The message body.
body
- The message body.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.