CopyableBuilder<GetLexiconResponse.Builder,GetLexiconResponse>
, SdkBuilder<GetLexiconResponse.Builder,GetLexiconResponse>
public static interface GetLexiconResponse.Builder extends CopyableBuilder<GetLexiconResponse.Builder,GetLexiconResponse>
Modifier and Type | Method | Description |
---|---|---|
GetLexiconResponse.Builder |
lexicon(Lexicon lexicon) |
Lexicon object that provides name and the string content of the lexicon.
|
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.
|
copy
apply, build
GetLexiconResponse.Builder lexicon(Lexicon lexicon)
Lexicon object that provides name and the string content of the lexicon.
lexicon
- Lexicon object that provides name and the string content of the lexicon.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.
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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.