| Package | Description |
|---|---|
| software.amazon.awssdk.services.pinpoint.model |
| Modifier and Type | Method and Description |
|---|---|
TemplateResponse.Builder |
TemplateResponse.Builder.arn(String arn)
The Amazon Resource Name (ARN) of the message template.
|
static TemplateResponse.Builder |
TemplateResponse.builder() |
TemplateResponse.Builder |
TemplateResponse.Builder.creationDate(String creationDate)
The date, in ISO 8601 format, when the message template was created.
|
TemplateResponse.Builder |
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 |
TemplateResponse.Builder.lastModifiedDate(String lastModifiedDate)
The date, in ISO 8601 format, when the message template was last modified.
|
TemplateResponse.Builder |
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 |
TemplateResponse.Builder.templateDescription(String templateDescription)
The custom description of the message template.
|
TemplateResponse.Builder |
TemplateResponse.Builder.templateName(String templateName)
The name of the message template.
|
TemplateResponse.Builder |
TemplateResponse.Builder.templateType(String templateType)
The type of channel that the message template is designed for.
|
TemplateResponse.Builder |
TemplateResponse.Builder.templateType(TemplateType templateType)
The type of channel that the message template is designed for.
|
TemplateResponse.Builder |
TemplateResponse.toBuilder() |
TemplateResponse.Builder |
TemplateResponse.Builder.version(String version)
The unique identifier, as an integer, for the active version of the message template.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends TemplateResponse.Builder> |
TemplateResponse.serializableBuilderClass() |
Copyright © 2021. All rights reserved.