| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
BatchDeleteCustomVocabularyItemResponse.Builder |
BatchDeleteCustomVocabularyItemResponse.Builder.botId(String botId)
The unique identifier of the bot to batch delete response for the custom vocabulary item.
|
BatchDeleteCustomVocabularyItemResponse.Builder |
BatchDeleteCustomVocabularyItemResponse.Builder.botVersion(String botVersion)
The version of the bot to batch delete response for the custom vocabulary item.
|
static BatchDeleteCustomVocabularyItemResponse.Builder |
BatchDeleteCustomVocabularyItemResponse.builder() |
BatchDeleteCustomVocabularyItemResponse.Builder |
BatchDeleteCustomVocabularyItemResponse.Builder.errors(Collection<FailedCustomVocabularyItem> errors)
The errors of the action to batch delete response for the custom vocabulary item.
|
BatchDeleteCustomVocabularyItemResponse.Builder |
BatchDeleteCustomVocabularyItemResponse.Builder.errors(Consumer<FailedCustomVocabularyItem.Builder>... errors)
The errors of the action to batch delete response for the custom vocabulary item.
|
BatchDeleteCustomVocabularyItemResponse.Builder |
BatchDeleteCustomVocabularyItemResponse.Builder.errors(FailedCustomVocabularyItem... errors)
The errors of the action to batch delete response for the custom vocabulary item.
|
BatchDeleteCustomVocabularyItemResponse.Builder |
BatchDeleteCustomVocabularyItemResponse.Builder.localeId(String localeId)
The locale identifier of the bot to batch delete response for the custom vocabulary item.
|
BatchDeleteCustomVocabularyItemResponse.Builder |
BatchDeleteCustomVocabularyItemResponse.Builder.resources(Collection<CustomVocabularyItem> resources)
The resources of the action to batch delete response for the custom vocabulary item.
|
BatchDeleteCustomVocabularyItemResponse.Builder |
BatchDeleteCustomVocabularyItemResponse.Builder.resources(Consumer<CustomVocabularyItem.Builder>... resources)
The resources of the action to batch delete response for the custom vocabulary item.
|
BatchDeleteCustomVocabularyItemResponse.Builder |
BatchDeleteCustomVocabularyItemResponse.Builder.resources(CustomVocabularyItem... resources)
The resources of the action to batch delete response for the custom vocabulary item.
|
BatchDeleteCustomVocabularyItemResponse.Builder |
BatchDeleteCustomVocabularyItemResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends BatchDeleteCustomVocabularyItemResponse.Builder> |
BatchDeleteCustomVocabularyItemResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.