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