static TemplateVersionResponse.Builder |
TemplateVersionResponse.builder() |
|
TemplateVersionResponse.Builder |
TemplateVersionResponse.Builder.creationDate(String creationDate) |
The date, in ISO 8601 format, when the version of the message template was created.
|
TemplateVersionResponse.Builder |
TemplateVersionResponse.Builder.defaultSubstitutions(String defaultSubstitutions) |
A JSON object that specifies the default values that are used for message variables in the version of the
message template.
|
TemplateVersionResponse.Builder |
TemplateVersionResponse.Builder.lastModifiedDate(String lastModifiedDate) |
The date, in ISO 8601 format, when the version of the message template was last modified.
|
TemplateVersionResponse.Builder |
TemplateVersionResponse.Builder.templateDescription(String templateDescription) |
The custom description of the version of the message template.
|
TemplateVersionResponse.Builder |
TemplateVersionResponse.Builder.templateName(String templateName) |
The name of the message template.
|
TemplateVersionResponse.Builder |
TemplateVersionResponse.Builder.templateType(String templateType) |
The type of channel that the message template is designed for.
|
TemplateVersionResponse.Builder |
TemplateVersionResponse.toBuilder() |
|
TemplateVersionResponse.Builder |
TemplateVersionResponse.Builder.version(String version) |
The unique identifier for the version of the message template.
|