| 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 when the message template was created.
|
TemplateResponse.Builder |
TemplateResponse.Builder.lastModifiedDate(String lastModifiedDate)
The date when the message template was last modified.
|
TemplateResponse.Builder |
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 |
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() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends TemplateResponse.Builder> |
TemplateResponse.serializableBuilderClass() |
Copyright © 2019. All rights reserved.