| Package | Description |
|---|---|
| software.amazon.awssdk.services.pinpoint.model |
| Modifier and Type | Method and Description |
|---|---|
SMSTemplateRequest.Builder |
SMSTemplateRequest.Builder.body(String body)
The message body to use in text messages that are based on the message template.
|
static SMSTemplateRequest.Builder |
SMSTemplateRequest.builder() |
SMSTemplateRequest.Builder |
SMSTemplateRequest.Builder.defaultSubstitutions(String defaultSubstitutions)
A JSON object that specifies the default values to use for message variables in the message template.
|
SMSTemplateRequest.Builder |
SMSTemplateRequest.Builder.recommenderId(String recommenderId)
The unique identifier for the recommender model to use for the message template.
|
SMSTemplateRequest.Builder |
SMSTemplateRequest.Builder.tags(Map<String,String> tags)
A string-to-string map of key-value pairs that defines the tags to associate with the message template.
|
SMSTemplateRequest.Builder |
SMSTemplateRequest.Builder.templateDescription(String templateDescription)
A custom description of the message template.
|
SMSTemplateRequest.Builder |
SMSTemplateRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends SMSTemplateRequest.Builder> |
SMSTemplateRequest.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CreateSmsTemplateRequest.Builder |
CreateSmsTemplateRequest.Builder.smsTemplateRequest(Consumer<SMSTemplateRequest.Builder> smsTemplateRequest)
Sets the value of the SMSTemplateRequest property for this object.
|
default UpdateSmsTemplateRequest.Builder |
UpdateSmsTemplateRequest.Builder.smsTemplateRequest(Consumer<SMSTemplateRequest.Builder> smsTemplateRequest)
Sets the value of the SMSTemplateRequest property for this object.
|
Copyright © 2020. All rights reserved.