public static interface SMSTemplateRequest.Builder extends SdkPojo, CopyableBuilder<SMSTemplateRequest.Builder,SMSTemplateRequest>
| Modifier and Type | Method and Description |
|---|---|
SMSTemplateRequest.Builder |
body(String body)
The message body to use in text messages that are based on the message template.
|
SMSTemplateRequest.Builder |
defaultSubstitutions(String defaultSubstitutions)
A JSON object that specifies the default values to use for message variables in the message template.
|
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 |
templateDescription(String templateDescription)
A custom description of the message template.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSMSTemplateRequest.Builder body(String body)
The message body to use in text messages that are based on the message template.
body - The message body to use in text messages that are based on the message template.SMSTemplateRequest.Builder defaultSubstitutions(String defaultSubstitutions)
A JSON object that specifies the default values to use for message variables in the message template. This object is a set of key-value pairs. Each key defines a message variable in the template. The corresponding value defines the default value for that variable. When you create a message that's based on the template, you can override these defaults with message-specific and address-specific variables and values.
defaultSubstitutions - A JSON object that specifies the default values to use for message variables in the message template.
This object is a set of key-value pairs. Each key defines a message variable in the template. The
corresponding value defines the default value for that variable. When you create a message that's
based on the template, you can override these defaults with message-specific and address-specific
variables and values.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. Each tag consists of a required tag key and an associated tag value.
tags - A string-to-string map of key-value pairs that defines the tags to associate with the message
template. Each tag consists of a required tag key and an associated tag value.SMSTemplateRequest.Builder templateDescription(String templateDescription)
A custom description of the message template.
templateDescription - A custom description of the message template.Copyright © 2019. All rights reserved.