| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
DeleteCustomVocabularyResponse.Builder |
DeleteCustomVocabularyResponse.Builder.botId(String botId)
The identifier of the bot that the custom vocabulary was removed from.
|
DeleteCustomVocabularyResponse.Builder |
DeleteCustomVocabularyResponse.Builder.botVersion(String botVersion)
The version of the bot that the custom vocabulary was removed from.
|
static DeleteCustomVocabularyResponse.Builder |
DeleteCustomVocabularyResponse.builder() |
DeleteCustomVocabularyResponse.Builder |
DeleteCustomVocabularyResponse.Builder.customVocabularyStatus(CustomVocabularyStatus customVocabularyStatus)
The status of removing the custom vocabulary.
|
DeleteCustomVocabularyResponse.Builder |
DeleteCustomVocabularyResponse.Builder.customVocabularyStatus(String customVocabularyStatus)
The status of removing the custom vocabulary.
|
DeleteCustomVocabularyResponse.Builder |
DeleteCustomVocabularyResponse.Builder.localeId(String localeId)
The locale identifier for the locale that the custom vocabulary was removed from.
|
DeleteCustomVocabularyResponse.Builder |
DeleteCustomVocabularyResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DeleteCustomVocabularyResponse.Builder> |
DeleteCustomVocabularyResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.