| Package | Description |
|---|---|
| software.amazon.awssdk.services.pinpoint.model |
| Modifier and Type | Method and Description |
|---|---|
VoiceTemplateResponse.Builder |
VoiceTemplateResponse.Builder.arn(String arn)
The Amazon Resource Name (ARN) of the message template.
|
VoiceTemplateResponse.Builder |
VoiceTemplateResponse.Builder.body(String body)
The text of the script that's used in messages that are based on the message template, in plain text format.
|
static VoiceTemplateResponse.Builder |
VoiceTemplateResponse.builder() |
VoiceTemplateResponse.Builder |
VoiceTemplateResponse.Builder.creationDate(String creationDate)
The date, in ISO 8601 format, when the message template was created.
|
VoiceTemplateResponse.Builder |
VoiceTemplateResponse.Builder.defaultSubstitutions(String defaultSubstitutions)
The JSON object that specifies the default values that are used for message variables in the message
template.
|
VoiceTemplateResponse.Builder |
VoiceTemplateResponse.Builder.languageCode(String languageCode)
The code for the language that's used when synthesizing the text of the script in messages that are based on
the message template.
|
VoiceTemplateResponse.Builder |
VoiceTemplateResponse.Builder.lastModifiedDate(String lastModifiedDate)
The date, in ISO 8601 format, when the message template was last modified.
|
VoiceTemplateResponse.Builder |
VoiceTemplateResponse.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.
|
VoiceTemplateResponse.Builder |
VoiceTemplateResponse.Builder.templateDescription(String templateDescription)
The custom description of the message template.
|
VoiceTemplateResponse.Builder |
VoiceTemplateResponse.Builder.templateName(String templateName)
The name of the message template.
|
VoiceTemplateResponse.Builder |
VoiceTemplateResponse.Builder.templateType(String templateType)
The type of channel that the message template is designed for.
|
VoiceTemplateResponse.Builder |
VoiceTemplateResponse.Builder.templateType(TemplateType templateType)
The type of channel that the message template is designed for.
|
VoiceTemplateResponse.Builder |
VoiceTemplateResponse.toBuilder() |
VoiceTemplateResponse.Builder |
VoiceTemplateResponse.Builder.version(String version)
The unique identifier, as an integer, for the active version of the message template, or the version of the
template that you specified by using the version parameter in your request.
|
VoiceTemplateResponse.Builder |
VoiceTemplateResponse.Builder.voiceId(String voiceId)
The name of the voice that's used when delivering messages that are based on the message template.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends VoiceTemplateResponse.Builder> |
VoiceTemplateResponse.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default GetVoiceTemplateResponse.Builder |
GetVoiceTemplateResponse.Builder.voiceTemplateResponse(Consumer<VoiceTemplateResponse.Builder> voiceTemplateResponse)
Sets the value of the VoiceTemplateResponse property for this object.
|
Copyright © 2022. All rights reserved.