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 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. This value isn't included in a TemplateResponse object. To retrieve the ARN of a template, use the GetEmailTemplate, GetPushTemplate, GetSmsTemplate, or GetVoiceTemplate operation, depending on the type of template that you want to retrieve the ARN for.
arn - The Amazon Resource Name (ARN) of the message template. This value isn't included in a
TemplateResponse object. To retrieve the ARN of a template, use the GetEmailTemplate, GetPushTemplate,
GetSmsTemplate, or GetVoiceTemplate operation, depending on the type of template that you want to
retrieve the ARN for.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 isn't included in a TemplateResponse object. To retrieve this object for a template, use the GetEmailTemplate, GetPushTemplate, GetSmsTemplate, or GetVoiceTemplate operation, depending on the type of template that you want to retrieve the object for.
defaultSubstitutions - The JSON object that specifies the default values that are used for message variables in the message
template. This object isn't included in a TemplateResponse object. To retrieve this object for a
template, use the GetEmailTemplate, GetPushTemplate, GetSmsTemplate, or GetVoiceTemplate operation,
depending on the type of template that you want to retrieve the object for.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 map of key-value pairs that identifies the tags that are associated with the message template. This object isn't included in a TemplateResponse object. To retrieve this object for a template, use the GetEmailTemplate, GetPushTemplate, GetSmsTemplate, or GetVoiceTemplate operation, depending on the type of template that you want to retrieve the object for.
tags - A map of key-value pairs that identifies the tags that are associated with the message template. This
object isn't included in a TemplateResponse object. To retrieve this object for a template, use the
GetEmailTemplate, GetPushTemplate, GetSmsTemplate, or GetVoiceTemplate operation, depending on the
type of template that you want to retrieve the object for.TemplateResponse.Builder templateDescription(String templateDescription)
The custom description of the message template. This value isn't included in a TemplateResponse object. To retrieve the description of a template, use the GetEmailTemplate, GetPushTemplate, GetSmsTemplate, or GetVoiceTemplate operation, depending on the type of template that you want to retrieve the description for.
templateDescription - The custom description of the message template. This value isn't included in a TemplateResponse
object. To retrieve the description of a template, use the GetEmailTemplate, GetPushTemplate,
GetSmsTemplate, or GetVoiceTemplate operation, depending on the type of template that you want to
retrieve the description for.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 © 2021. All rights reserved.