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 when the message template was created.
|
TemplateResponse.Builder |
lastModifiedDate(String lastModifiedDate)
The date 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 |
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.
|
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 when the message template was created.
creationDate - The date when the message template was created.TemplateResponse.Builder lastModifiedDate(String lastModifiedDate)
The date when the message template was last modified.
lastModifiedDate - The date 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 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.
templateType - The type of channel that the message template is designed for.TemplateType,
TemplateTypeTemplateResponse.Builder templateType(TemplateType templateType)
The type of channel that the message template is designed for.
templateType - The type of channel that the message template is designed for.TemplateType,
TemplateTypeCopyright © 2019. All rights reserved.