public static interface Message.Builder extends CopyableBuilder<Message.Builder,Message>
| Modifier and Type | Method and Description |
|---|---|
Message.Builder |
content(String content)
The text of the message.
|
Message.Builder |
contentType(ContentType contentType)
The content type of the message string.
|
Message.Builder |
contentType(String contentType)
The content type of the message string.
|
copyapply, buildMessage.Builder contentType(String contentType)
The content type of the message string.
contentType - The content type of the message string.ContentType,
ContentTypeMessage.Builder contentType(ContentType contentType)
The content type of the message string.
contentType - The content type of the message string.ContentType,
ContentTypeMessage.Builder content(String content)
The text of the message.
content - The text of the message.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.