Package | Description |
---|---|
software.amazon.awssdk.services.pinpoint.model |
Modifier and Type | Method and Description |
---|---|
SMSMessage.Builder |
SMSMessage.Builder.body(String body)
The body of the SMS message.
|
static SMSMessage.Builder |
SMSMessage.builder() |
SMSMessage.Builder |
SMSMessage.Builder.entityId(String entityId)
The entity ID or Principal Entity (PE) id received from the regulatory body for sending SMS in your country.
|
SMSMessage.Builder |
SMSMessage.Builder.keyword(String keyword)
The SMS program name that you provided to AWS Support when you requested your dedicated number.
|
SMSMessage.Builder |
SMSMessage.Builder.mediaUrl(String mediaUrl)
This field is reserved for future use.
|
SMSMessage.Builder |
SMSMessage.Builder.messageType(MessageType messageType)
The SMS message type.
|
SMSMessage.Builder |
SMSMessage.Builder.messageType(String messageType)
The SMS message type.
|
SMSMessage.Builder |
SMSMessage.Builder.originationNumber(String originationNumber)
The number to send the SMS message from.
|
SMSMessage.Builder |
SMSMessage.Builder.senderId(String senderId)
The sender ID to display as the sender of the message on a recipient's device.
|
SMSMessage.Builder |
SMSMessage.Builder.substitutions(Map<String,? extends Collection<String>> substitutions)
The message variables to use in the SMS message.
|
SMSMessage.Builder |
SMSMessage.Builder.templateId(String templateId)
The template ID received from the regulatory body for sending SMS in your country.
|
SMSMessage.Builder |
SMSMessage.toBuilder() |
Modifier and Type | Method and Description |
---|---|
static Class<? extends SMSMessage.Builder> |
SMSMessage.serializableBuilderClass() |
Modifier and Type | Method and Description |
---|---|
default DirectMessageConfiguration.Builder |
DirectMessageConfiguration.Builder.smsMessage(Consumer<SMSMessage.Builder> smsMessage)
The default message for the SMS channel.
|
Copyright © 2021. All rights reserved.