| Package | Description |
|---|---|
| software.amazon.awssdk.services.polly.model |
| Modifier and Type | Method and Description |
|---|---|
static GetLexiconResponse.Builder |
GetLexiconResponse.builder() |
default GetLexiconResponse.Builder |
GetLexiconResponse.Builder.lexicon(Consumer<Lexicon.Builder> lexicon)
Lexicon object that provides name and the string content of the lexicon.
|
GetLexiconResponse.Builder |
GetLexiconResponse.Builder.lexicon(Lexicon lexicon)
Lexicon object that provides name and the string content of the lexicon.
|
default GetLexiconResponse.Builder |
GetLexiconResponse.Builder.lexiconAttributes(Consumer<LexiconAttributes.Builder> lexiconAttributes)
Metadata of the lexicon, including phonetic alphabetic used, language code, lexicon ARN, number of lexemes
defined in the lexicon, and size of lexicon in bytes.
|
GetLexiconResponse.Builder |
GetLexiconResponse.Builder.lexiconAttributes(LexiconAttributes lexiconAttributes)
Metadata of the lexicon, including phonetic alphabetic used, language code, lexicon ARN, number of lexemes
defined in the lexicon, and size of lexicon in bytes.
|
GetLexiconResponse.Builder |
GetLexiconResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetLexiconResponse.Builder> |
GetLexiconResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.