| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
ListCustomVocabularyItemsResponse.Builder |
ListCustomVocabularyItemsResponse.Builder.botId(String botId)
The identifier of the bot associated with this custom vocabulary.
|
ListCustomVocabularyItemsResponse.Builder |
ListCustomVocabularyItemsResponse.Builder.botVersion(String botVersion)
The identifier of the version of the bot associated with this custom vocabulary.
|
static ListCustomVocabularyItemsResponse.Builder |
ListCustomVocabularyItemsResponse.builder() |
ListCustomVocabularyItemsResponse.Builder |
ListCustomVocabularyItemsResponse.Builder.customVocabularyItems(Collection<CustomVocabularyItem> customVocabularyItems)
The custom vocabulary items from the list custom vocabulary response.
|
ListCustomVocabularyItemsResponse.Builder |
ListCustomVocabularyItemsResponse.Builder.customVocabularyItems(Consumer<CustomVocabularyItem.Builder>... customVocabularyItems)
The custom vocabulary items from the list custom vocabulary response.
|
ListCustomVocabularyItemsResponse.Builder |
ListCustomVocabularyItemsResponse.Builder.customVocabularyItems(CustomVocabularyItem... customVocabularyItems)
The custom vocabulary items from the list custom vocabulary response.
|
ListCustomVocabularyItemsResponse.Builder |
ListCustomVocabularyItemsResponse.Builder.localeId(String localeId)
The identifier of the language and locale where this custom vocabulary is used.
|
ListCustomVocabularyItemsResponse.Builder |
ListCustomVocabularyItemsResponse.Builder.nextToken(String nextToken)
The nextToken identifier to the list custom vocabulary response.
|
ListCustomVocabularyItemsResponse.Builder |
ListCustomVocabularyItemsResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListCustomVocabularyItemsResponse.Builder> |
ListCustomVocabularyItemsResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.