Uses of Interface
software.amazon.awssdk.services.lexmodelsv2.model.CustomVocabularyExportSpecification.Builder
-
Packages that use CustomVocabularyExportSpecification.Builder Package Description software.amazon.awssdk.services.lexmodelsv2.model -
-
Uses of CustomVocabularyExportSpecification.Builder in software.amazon.awssdk.services.lexmodelsv2.model
Methods in software.amazon.awssdk.services.lexmodelsv2.model that return CustomVocabularyExportSpecification.Builder Modifier and Type Method Description CustomVocabularyExportSpecification.BuilderCustomVocabularyExportSpecification.Builder. botId(String botId)The identifier of the bot that contains the custom vocabulary to export.CustomVocabularyExportSpecification.BuilderCustomVocabularyExportSpecification.Builder. botVersion(String botVersion)The version of the bot that contains the custom vocabulary to export.static CustomVocabularyExportSpecification.BuilderCustomVocabularyExportSpecification. builder()CustomVocabularyExportSpecification.BuilderCustomVocabularyExportSpecification.Builder. localeId(String localeId)The locale of the bot that contains the custom vocabulary to export.CustomVocabularyExportSpecification.BuilderCustomVocabularyExportSpecification. toBuilder()Methods in software.amazon.awssdk.services.lexmodelsv2.model that return types with arguments of type CustomVocabularyExportSpecification.Builder Modifier and Type Method Description static Class<? extends CustomVocabularyExportSpecification.Builder>CustomVocabularyExportSpecification. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.lexmodelsv2.model with type arguments of type CustomVocabularyExportSpecification.Builder Modifier and Type Method Description default ExportResourceSpecification.BuilderExportResourceSpecification.Builder. customVocabularyExportSpecification(Consumer<CustomVocabularyExportSpecification.Builder> customVocabularyExportSpecification)The parameters required to export a custom vocabulary.
-