| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
CustomVocabularyImportSpecification.Builder |
CustomVocabularyImportSpecification.Builder.botId(String botId)
The identifier of the bot to import the custom vocabulary to.
|
CustomVocabularyImportSpecification.Builder |
CustomVocabularyImportSpecification.Builder.botVersion(String botVersion)
The version of the bot to import the custom vocabulary to.
|
static CustomVocabularyImportSpecification.Builder |
CustomVocabularyImportSpecification.builder() |
CustomVocabularyImportSpecification.Builder |
CustomVocabularyImportSpecification.Builder.localeId(String localeId)
The identifier of the local to import the custom vocabulary to.
|
CustomVocabularyImportSpecification.Builder |
CustomVocabularyImportSpecification.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CustomVocabularyImportSpecification.Builder> |
CustomVocabularyImportSpecification.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default ImportResourceSpecification.Builder |
ImportResourceSpecification.Builder.customVocabularyImportSpecification(Consumer<CustomVocabularyImportSpecification.Builder> customVocabularyImportSpecification)
Sets the value of the CustomVocabularyImportSpecification property for this object.
|
Copyright © 2022. All rights reserved.