Uses of Interface
software.amazon.awssdk.services.polly.model.LexiconAttributes.Builder
-
Packages that use LexiconAttributes.Builder Package Description software.amazon.awssdk.services.polly.model -
-
Uses of LexiconAttributes.Builder in software.amazon.awssdk.services.polly.model
Methods in software.amazon.awssdk.services.polly.model that return LexiconAttributes.Builder Modifier and Type Method Description LexiconAttributes.BuilderLexiconAttributes.Builder. alphabet(String alphabet)Phonetic alphabet used in the lexicon.static LexiconAttributes.BuilderLexiconAttributes. builder()LexiconAttributes.BuilderLexiconAttributes.Builder. languageCode(String languageCode)Language code that the lexicon applies to.LexiconAttributes.BuilderLexiconAttributes.Builder. languageCode(LanguageCode languageCode)Language code that the lexicon applies to.LexiconAttributes.BuilderLexiconAttributes.Builder. lastModified(Instant lastModified)Date lexicon was last modified (a timestamp value).LexiconAttributes.BuilderLexiconAttributes.Builder. lexemesCount(Integer lexemesCount)Number of lexemes in the lexicon.LexiconAttributes.BuilderLexiconAttributes.Builder. lexiconArn(String lexiconArn)Amazon Resource Name (ARN) of the lexicon.LexiconAttributes.BuilderLexiconAttributes.Builder. size(Integer size)Total size of the lexicon, in characters.LexiconAttributes.BuilderLexiconAttributes. toBuilder()Methods in software.amazon.awssdk.services.polly.model that return types with arguments of type LexiconAttributes.Builder Modifier and Type Method Description static Class<? extends LexiconAttributes.Builder>LexiconAttributes. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.polly.model with type arguments of type LexiconAttributes.Builder Modifier and Type Method Description default LexiconDescription.BuilderLexiconDescription.Builder. attributes(Consumer<LexiconAttributes.Builder> attributes)Provides lexicon metadata.default GetLexiconResponse.BuilderGetLexiconResponse.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.
-