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 |
content(String content) |
The text of the message.
|
Message.Builder |
contentType(String contentType) |
The content type of the message string.
|
Message.Builder |
contentType(ContentType contentType) |
The content type of the message string.
|
copy
apply, build
Message.Builder contentType(String contentType)
The content type of the message string.
contentType
- The content type of the message string.ContentType
Message.Builder contentType(ContentType contentType)
The content type of the message string.
contentType
- The content type of the message string.ContentType
Message.Builder content(String content)
The text of the message.
content
- The text of the message.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.