| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
ListCustomVocabularyItemsResponse.Builder |
ListCustomVocabularyItemsResponse.Builder.botId(String botId)
The unique identifier of the bot to the list custom vocabulary response.
|
ListCustomVocabularyItemsResponse.Builder |
ListCustomVocabularyItemsResponse.Builder.botVersion(String botVersion)
The bot version of the bot to the list custom vocabulary response.
|
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 locale identifier of the bot to the list custom vocabulary response.
|
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.