public static interface TemplateVersionResponse.Builder extends SdkPojo, CopyableBuilder<TemplateVersionResponse.Builder,TemplateVersionResponse>
| Modifier and Type | Method and Description |
|---|---|
TemplateVersionResponse.Builder |
creationDate(String creationDate)
The date, in ISO 8601 format, when the version of the message template was created.
|
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 |
lastModifiedDate(String lastModifiedDate)
The date, in ISO 8601 format, when the version of the message template was last modified.
|
TemplateVersionResponse.Builder |
templateDescription(String templateDescription)
The custom description of the version of the message template.
|
TemplateVersionResponse.Builder |
templateName(String templateName)
The name of the message template.
|
TemplateVersionResponse.Builder |
templateType(String templateType)
The type of channel that the message template is designed for.
|
TemplateVersionResponse.Builder |
version(String version)
The unique identifier for the version of the message template.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTemplateVersionResponse.Builder creationDate(String creationDate)
The date, in ISO 8601 format, when the version of the message template was created.
creationDate - The date, in ISO 8601 format, when the version of the message template was created.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. 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 - A JSON object that specifies the default values that are used for message variables in the version of
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.TemplateVersionResponse.Builder lastModifiedDate(String lastModifiedDate)
The date, in ISO 8601 format, when the version of the message template was last modified.
lastModifiedDate - The date, in ISO 8601 format, when the version of the message template was last modified.TemplateVersionResponse.Builder templateDescription(String templateDescription)
The custom description of the version of the message template.
templateDescription - The custom description of the version of the message template.TemplateVersionResponse.Builder templateName(String templateName)
The name of the message template.
templateName - The name of the message template.TemplateVersionResponse.Builder templateType(String templateType)
The type of channel that the message template is designed for. Possible values are: EMAIL, PUSH, SMS, and VOICE.
templateType - The type of channel that the message template is designed for. Possible values are: EMAIL, PUSH, SMS,
and VOICE.TemplateVersionResponse.Builder version(String version)
The unique identifier for the version of the message template. This value is an integer that Amazon Pinpoint automatically increments and assigns to each new version of a template.
version - The unique identifier for the version of the message template. This value is an integer that Amazon
Pinpoint automatically increments and assigns to each new version of a template.Copyright © 2020. All rights reserved.