public static interface LexiconAttributes.Builder extends CopyableBuilder<LexiconAttributes.Builder,LexiconAttributes>
Modifier and Type | Method and Description |
---|---|
LexiconAttributes.Builder |
alphabet(String alphabet)
Phonetic alphabet used in the lexicon.
|
LexiconAttributes.Builder |
languageCode(LanguageCode languageCode)
Language code that the lexicon applies to.
|
LexiconAttributes.Builder |
languageCode(String languageCode)
Language code that the lexicon applies to.
|
LexiconAttributes.Builder |
lastModified(Instant lastModified)
Date lexicon was last modified (a timestamp value).
|
LexiconAttributes.Builder |
lexemesCount(Integer lexemesCount)
Number of lexemes in the lexicon.
|
LexiconAttributes.Builder |
lexiconArn(String lexiconArn)
Amazon Resource Name (ARN) of the lexicon.
|
LexiconAttributes.Builder |
size(Integer size)
Total size of the lexicon, in characters.
|
copy
applyMutation, build
LexiconAttributes.Builder alphabet(String alphabet)
Phonetic alphabet used in the lexicon. Valid values are ipa
and x-sampa
.
alphabet
- Phonetic alphabet used in the lexicon. Valid values are ipa
and x-sampa
.LexiconAttributes.Builder languageCode(String languageCode)
Language code that the lexicon applies to. A lexicon with a language code such as "en" would be applied to all English languages (en-GB, en-US, en-AUS, en-WLS, and so on.
languageCode
- Language code that the lexicon applies to. A lexicon with a language code such as "en" would be
applied to all English languages (en-GB, en-US, en-AUS, en-WLS, and so on.LanguageCode
,
LanguageCode
LexiconAttributes.Builder languageCode(LanguageCode languageCode)
Language code that the lexicon applies to. A lexicon with a language code such as "en" would be applied to all English languages (en-GB, en-US, en-AUS, en-WLS, and so on.
languageCode
- Language code that the lexicon applies to. A lexicon with a language code such as "en" would be
applied to all English languages (en-GB, en-US, en-AUS, en-WLS, and so on.LanguageCode
,
LanguageCode
LexiconAttributes.Builder lastModified(Instant lastModified)
Date lexicon was last modified (a timestamp value).
lastModified
- Date lexicon was last modified (a timestamp value).LexiconAttributes.Builder lexiconArn(String lexiconArn)
Amazon Resource Name (ARN) of the lexicon.
lexiconArn
- Amazon Resource Name (ARN) of the lexicon.LexiconAttributes.Builder lexemesCount(Integer lexemesCount)
Number of lexemes in the lexicon.
lexemesCount
- Number of lexemes in the lexicon.LexiconAttributes.Builder size(Integer size)
Total size of the lexicon, in characters.
size
- Total size of the lexicon, in characters.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.