public static interface PlainTextMessageType.Builder extends SdkPojo, CopyableBuilder<PlainTextMessageType.Builder,PlainTextMessageType>
| Modifier and Type | Method and Description |
|---|---|
PlainTextMessageType.Builder |
languageCode(String languageCode)
The language to use when delivering the message.
|
PlainTextMessageType.Builder |
text(String text)
The plain (not SSML-formatted) text to deliver to the recipient.
|
PlainTextMessageType.Builder |
voiceId(String voiceId)
The name of the voice that you want to use to deliver the message.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildPlainTextMessageType.Builder languageCode(String languageCode)
languageCode - The language to use when delivering the message. For a complete list of supported languages, see the
Amazon Polly Developer Guide.PlainTextMessageType.Builder text(String text)
text - The plain (not SSML-formatted) text to deliver to the recipient.PlainTextMessageType.Builder voiceId(String voiceId)
voiceId - The name of the voice that you want to use to deliver the message. For a complete list of supported
voices, see the Amazon Polly Developer Guide.Copyright © 2020. All rights reserved.