public static interface TemplateResponse.Builder extends SdkPojo, CopyableBuilder<TemplateResponse.Builder,TemplateResponse>
| Modifier and Type | Method and Description |
|---|---|
TemplateResponse.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the message template.
|
TemplateResponse.Builder |
creationDate(String creationDate)
The date, in ISO 8601 format, when the message template was created.
|
TemplateResponse.Builder |
defaultSubstitutions(String defaultSubstitutions)
The JSON object that specifies the default values that are used for message variables in the message
template.
|
TemplateResponse.Builder |
lastModifiedDate(String lastModifiedDate)
The date, in ISO 8601 format, when the message template was last modified.
|
TemplateResponse.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.
|
TemplateResponse.Builder |
templateDescription(String templateDescription)
The custom description of the message template.
|
TemplateResponse.Builder |
templateName(String templateName)
The name of the message template.
|
TemplateResponse.Builder |
templateType(String templateType)
The type of channel that the message template is designed for.
|
TemplateResponse.Builder |
templateType(TemplateType templateType)
The type of channel that the message template is designed for.
|
TemplateResponse.Builder |
version(String version)
The unique identifier, as an integer, for the active version of the message template.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTemplateResponse.Builder arn(String arn)
The Amazon Resource Name (ARN) of the message template.
arn - The Amazon Resource Name (ARN) of the message template.TemplateResponse.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.TemplateResponse.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.TemplateResponse.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.TemplateResponse.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.TemplateResponse.Builder templateDescription(String templateDescription)
The custom description of the message template.
templateDescription - The custom description of the message template.TemplateResponse.Builder templateName(String templateName)
The name of the message template.
templateName - The name of the message template.TemplateResponse.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.TemplateType,
TemplateTypeTemplateResponse.Builder templateType(TemplateType 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.TemplateType,
TemplateTypeTemplateResponse.Builder version(String version)
The unique identifier, as an integer, for the active version of the message template.
version - The unique identifier, as an integer, for the active version of the message template.Copyright © 2019. All rights reserved.