| Package | Description |
|---|---|
| software.amazon.awssdk.services.polly.model |
| Modifier and Type | Method and Description |
|---|---|
static Lexicon.Builder |
Lexicon.builder() |
Lexicon.Builder |
Lexicon.Builder.content(String content)
Lexicon content in string format.
|
Lexicon.Builder |
Lexicon.Builder.name(String name)
Name of the lexicon.
|
Lexicon.Builder |
Lexicon.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Lexicon.Builder> |
Lexicon.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default GetLexiconResponse.Builder |
GetLexiconResponse.Builder.lexicon(Consumer<Lexicon.Builder> lexicon)
Lexicon object that provides name and the string content of the lexicon.
|
Copyright © 2023. All rights reserved.