| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
BatchDeleteCustomVocabularyItemResponse.Builder |
BatchDeleteCustomVocabularyItemResponse.Builder.botId(String botId)
The identifier of the bot associated with this custom vocabulary.
|
BatchDeleteCustomVocabularyItemResponse.Builder |
BatchDeleteCustomVocabularyItemResponse.Builder.botVersion(String botVersion)
The identifier of the version of the bot associated with this custom vocabulary.
|
static BatchDeleteCustomVocabularyItemResponse.Builder |
BatchDeleteCustomVocabularyItemResponse.builder() |
BatchDeleteCustomVocabularyItemResponse.Builder |
BatchDeleteCustomVocabularyItemResponse.Builder.errors(Collection<FailedCustomVocabularyItem> errors)
A list of custom vocabulary items that failed to delete during the operation.
|
BatchDeleteCustomVocabularyItemResponse.Builder |
BatchDeleteCustomVocabularyItemResponse.Builder.errors(Consumer<FailedCustomVocabularyItem.Builder>... errors)
A list of custom vocabulary items that failed to delete during the operation.
|
BatchDeleteCustomVocabularyItemResponse.Builder |
BatchDeleteCustomVocabularyItemResponse.Builder.errors(FailedCustomVocabularyItem... errors)
A list of custom vocabulary items that failed to delete during the operation.
|
BatchDeleteCustomVocabularyItemResponse.Builder |
BatchDeleteCustomVocabularyItemResponse.Builder.localeId(String localeId)
The identifier of the language and locale where this custom vocabulary is used.
|
BatchDeleteCustomVocabularyItemResponse.Builder |
BatchDeleteCustomVocabularyItemResponse.Builder.resources(Collection<CustomVocabularyItem> resources)
A list of custom vocabulary items that were successfully deleted during the operation.
|
BatchDeleteCustomVocabularyItemResponse.Builder |
BatchDeleteCustomVocabularyItemResponse.Builder.resources(Consumer<CustomVocabularyItem.Builder>... resources)
A list of custom vocabulary items that were successfully deleted during the operation.
|
BatchDeleteCustomVocabularyItemResponse.Builder |
BatchDeleteCustomVocabularyItemResponse.Builder.resources(CustomVocabularyItem... resources)
A list of custom vocabulary items that were successfully deleted during the operation.
|
BatchDeleteCustomVocabularyItemResponse.Builder |
BatchDeleteCustomVocabularyItemResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends BatchDeleteCustomVocabularyItemResponse.Builder> |
BatchDeleteCustomVocabularyItemResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.