public static interface ListCustomVocabularyItemsResponse.Builder extends LexModelsV2Response.Builder, SdkPojo, CopyableBuilder<ListCustomVocabularyItemsResponse.Builder,ListCustomVocabularyItemsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListCustomVocabularyItemsResponse.Builder |
botId(String botId)
The unique identifier of the bot to the list custom vocabulary response.
|
ListCustomVocabularyItemsResponse.Builder |
botVersion(String botVersion)
The bot version of the bot to the list custom vocabulary response.
|
ListCustomVocabularyItemsResponse.Builder |
customVocabularyItems(Collection<CustomVocabularyItem> customVocabularyItems)
The custom vocabulary items from the list custom vocabulary response.
|
ListCustomVocabularyItemsResponse.Builder |
customVocabularyItems(Consumer<CustomVocabularyItem.Builder>... customVocabularyItems)
The custom vocabulary items from the list custom vocabulary response.
|
ListCustomVocabularyItemsResponse.Builder |
customVocabularyItems(CustomVocabularyItem... customVocabularyItems)
The custom vocabulary items from the list custom vocabulary response.
|
ListCustomVocabularyItemsResponse.Builder |
localeId(String localeId)
The locale identifier of the bot to the list custom vocabulary response.
|
ListCustomVocabularyItemsResponse.Builder |
nextToken(String nextToken)
The nextToken identifier to the list custom vocabulary response.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListCustomVocabularyItemsResponse.Builder botId(String botId)
The unique identifier of the bot to the list custom vocabulary response.
botId - The unique identifier of the bot to the list custom vocabulary response.ListCustomVocabularyItemsResponse.Builder botVersion(String botVersion)
The bot version of the bot to the list custom vocabulary response.
botVersion - The bot version of the bot to the list custom vocabulary response.ListCustomVocabularyItemsResponse.Builder localeId(String localeId)
The locale identifier of the bot to the list custom vocabulary response.
localeId - The locale identifier of the bot to the list custom vocabulary response.ListCustomVocabularyItemsResponse.Builder customVocabularyItems(Collection<CustomVocabularyItem> customVocabularyItems)
The custom vocabulary items from the list custom vocabulary response.
customVocabularyItems - The custom vocabulary items from the list custom vocabulary response.ListCustomVocabularyItemsResponse.Builder customVocabularyItems(CustomVocabularyItem... customVocabularyItems)
The custom vocabulary items from the list custom vocabulary response.
customVocabularyItems - The custom vocabulary items from the list custom vocabulary response.ListCustomVocabularyItemsResponse.Builder customVocabularyItems(Consumer<CustomVocabularyItem.Builder>... customVocabularyItems)
The custom vocabulary items from the list custom vocabulary response.
This is a convenience method that creates an instance of theCustomVocabularyItem.Builder avoiding the need to
create one manually via
CustomVocabularyItem.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #customVocabularyItems(List.
customVocabularyItems - a consumer that will call methods on
CustomVocabularyItem.Builder#customVocabularyItems(java.util.Collection) ListCustomVocabularyItemsResponse.Builder nextToken(String nextToken)
The nextToken identifier to the list custom vocabulary response.
nextToken - The nextToken identifier to the list custom vocabulary response.Copyright © 2023. All rights reserved.