Uses of Interface
software.amazon.awssdk.services.lexmodelsv2.model.CustomVocabularyEntryId.Builder
-
Packages that use CustomVocabularyEntryId.Builder Package Description software.amazon.awssdk.services.lexmodelsv2.model -
-
Uses of CustomVocabularyEntryId.Builder in software.amazon.awssdk.services.lexmodelsv2.model
Methods in software.amazon.awssdk.services.lexmodelsv2.model that return CustomVocabularyEntryId.Builder Modifier and Type Method Description static CustomVocabularyEntryId.BuilderCustomVocabularyEntryId. builder()CustomVocabularyEntryId.BuilderCustomVocabularyEntryId.Builder. itemId(String itemId)The unique item identifier for the custom vocabulary items.CustomVocabularyEntryId.BuilderCustomVocabularyEntryId. toBuilder()Methods in software.amazon.awssdk.services.lexmodelsv2.model that return types with arguments of type CustomVocabularyEntryId.Builder Modifier and Type Method Description static Class<? extends CustomVocabularyEntryId.Builder>CustomVocabularyEntryId. serializableBuilderClass()
-