public static interface SMSTemplateResponse.Builder extends SdkPojo, CopyableBuilder<SMSTemplateResponse.Builder,SMSTemplateResponse>
Modifier and Type | Method and Description |
---|---|
SMSTemplateResponse.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the message template.
|
SMSTemplateResponse.Builder |
body(String body)
The message body that's used in text messages that are based on the message template.
|
SMSTemplateResponse.Builder |
creationDate(String creationDate)
The date, in ISO 8601 format, when the message template was created.
|
SMSTemplateResponse.Builder |
defaultSubstitutions(String defaultSubstitutions)
The JSON object that specifies the default values that are used for message variables in the message
template.
|
SMSTemplateResponse.Builder |
lastModifiedDate(String lastModifiedDate)
The date, in ISO 8601 format, when the message template was last modified.
|
SMSTemplateResponse.Builder |
recommenderId(String recommenderId)
The unique identifier for the recommender model that's used by the message template.
|
SMSTemplateResponse.Builder |
tags(Map<String,String> tags)
A string-to-string map of key-value pairs that identifies the tags that are associated with the message
template.
|
SMSTemplateResponse.Builder |
templateDescription(String templateDescription)
The custom description of the message template.
|
SMSTemplateResponse.Builder |
templateName(String templateName)
The name of the message template.
|
SMSTemplateResponse.Builder |
templateType(String templateType)
The type of channel that the message template is designed for.
|
SMSTemplateResponse.Builder |
templateType(TemplateType templateType)
The type of channel that the message template is designed for.
|
SMSTemplateResponse.Builder |
version(String version)
The unique identifier, as an integer, for the active version of the message template, or the version of the
template that you specified by using the version parameter in your request.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
SMSTemplateResponse.Builder arn(String arn)
The Amazon Resource Name (ARN) of the message template.
arn
- The Amazon Resource Name (ARN) of the message template.SMSTemplateResponse.Builder body(String body)
The message body that's used in text messages that are based on the message template.
body
- The message body that's used in text messages that are based on the message template.SMSTemplateResponse.Builder creationDate(String creationDate)
The date, in ISO 8601 format, when the message template was created.
creationDate
- The date, in ISO 8601 format, when the message template was created.SMSTemplateResponse.Builder defaultSubstitutions(String defaultSubstitutions)
The JSON object that specifies the default values that are used 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.
defaultSubstitutions
- The JSON object that specifies the default values that are used 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.SMSTemplateResponse.Builder lastModifiedDate(String lastModifiedDate)
The date, in ISO 8601 format, when the message template was last modified.
lastModifiedDate
- The date, in ISO 8601 format, when the message template was last modified.SMSTemplateResponse.Builder recommenderId(String recommenderId)
The unique identifier for the recommender model that's used by the message template.
recommenderId
- The unique identifier for the recommender model that's used by the message template.SMSTemplateResponse.Builder tags(Map<String,String> tags)
A string-to-string map of key-value pairs that identifies the tags that are associated 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 identifies the tags that are associated with the
message template. Each tag consists of a required tag key and an associated tag value.SMSTemplateResponse.Builder templateDescription(String templateDescription)
The custom description of the message template.
templateDescription
- The custom description of the message template.SMSTemplateResponse.Builder templateName(String templateName)
The name of the message template.
templateName
- The name of the message template.SMSTemplateResponse.Builder templateType(String templateType)
The type of channel that the message template is designed for. For an SMS template, this value is SMS.
templateType
- The type of channel that the message template is designed for. For an SMS template, this value is SMS.TemplateType
,
TemplateType
SMSTemplateResponse.Builder templateType(TemplateType templateType)
The type of channel that the message template is designed for. For an SMS template, this value is SMS.
templateType
- The type of channel that the message template is designed for. For an SMS template, this value is SMS.TemplateType
,
TemplateType
SMSTemplateResponse.Builder version(String version)
The unique identifier, as an integer, for the active version of the message template, or the version of the template that you specified by using the version parameter in your request.
version
- The unique identifier, as an integer, for the active version of the message template, or the version
of the template that you specified by using the version parameter in your request.Copyright © 2021. All rights reserved.