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() |
|