public static interface JourneySMSMessage.Builder extends SdkPojo, CopyableBuilder<JourneySMSMessage.Builder,JourneySMSMessage>
| Modifier and Type | Method and Description |
|---|---|
JourneySMSMessage.Builder |
messageType(MessageType messageType)
The SMS message type.
|
JourneySMSMessage.Builder |
messageType(String messageType)
The SMS message type.
|
JourneySMSMessage.Builder |
senderId(String senderId)
The sender ID to display as the sender of the message on a recipient's device.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildJourneySMSMessage.Builder messageType(String messageType)
The SMS message type. Valid values are TRANSACTIONAL (for messages that are critical or time-sensitive, such as a one-time passwords) and PROMOTIONAL (for messsages that aren't critical or time-sensitive, such as marketing messages).
messageType - The SMS message type. Valid values are TRANSACTIONAL (for messages that are critical or
time-sensitive, such as a one-time passwords) and PROMOTIONAL (for messsages that aren't critical or
time-sensitive, such as marketing messages).MessageType,
MessageTypeJourneySMSMessage.Builder messageType(MessageType messageType)
The SMS message type. Valid values are TRANSACTIONAL (for messages that are critical or time-sensitive, such as a one-time passwords) and PROMOTIONAL (for messsages that aren't critical or time-sensitive, such as marketing messages).
messageType - The SMS message type. Valid values are TRANSACTIONAL (for messages that are critical or
time-sensitive, such as a one-time passwords) and PROMOTIONAL (for messsages that aren't critical or
time-sensitive, such as marketing messages).MessageType,
MessageTypeJourneySMSMessage.Builder senderId(String senderId)
The sender ID to display as the sender of the message on a recipient's device. Support for sender IDs varies by country or region. For more information, see Supported Countries and Regions in the Amazon Pinpoint User Guide.
senderId - The sender ID to display as the sender of the message on a recipient's device. Support for sender IDs
varies by country or region. For more information, see Supported
Countries and Regions in the Amazon Pinpoint User Guide.Copyright © 2020. All rights reserved.