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 identifier of the bot associated with this custom vocabulary.
|
ListCustomVocabularyItemsResponse.Builder |
botVersion(String botVersion)
The identifier of the version of the bot associated with this custom vocabulary.
|
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 identifier of the language and locale where this custom vocabulary is used.
|
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 identifier of the bot associated with this custom vocabulary.
botId - The identifier of the bot associated with this custom vocabulary.ListCustomVocabularyItemsResponse.Builder botVersion(String botVersion)
The identifier of the version of the bot associated with this custom vocabulary.
botVersion - The identifier of the version of the bot associated with this custom vocabulary.ListCustomVocabularyItemsResponse.Builder localeId(String localeId)
The identifier of the language and locale where this custom vocabulary is used. The string must match one of the supported locales. For more information, see Supported Languages .
localeId - The identifier of the language and locale where this custom vocabulary is used. The string must match
one of the supported locales. For more information, see Supported Languages .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.