| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
CustomVocabularyExportSpecification.Builder |
CustomVocabularyExportSpecification.Builder.botId(String botId)
The identifier of the bot that contains the custom vocabulary to export.
|
CustomVocabularyExportSpecification.Builder |
CustomVocabularyExportSpecification.Builder.botVersion(String botVersion)
The version of the bot that contains the custom vocabulary to export.
|
static CustomVocabularyExportSpecification.Builder |
CustomVocabularyExportSpecification.builder() |
CustomVocabularyExportSpecification.Builder |
CustomVocabularyExportSpecification.Builder.localeId(String localeId)
The locale of the bot that contains the custom vocabulary to export.
|
CustomVocabularyExportSpecification.Builder |
CustomVocabularyExportSpecification.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CustomVocabularyExportSpecification.Builder> |
CustomVocabularyExportSpecification.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default ExportResourceSpecification.Builder |
ExportResourceSpecification.Builder.customVocabularyExportSpecification(Consumer<CustomVocabularyExportSpecification.Builder> customVocabularyExportSpecification)
The parameters required to export a custom vocabulary.
|
Copyright © 2022. All rights reserved.