public static interface BatchUpdateCustomVocabularyItemResponse.Builder extends LexModelsV2Response.Builder, SdkPojo, CopyableBuilder<BatchUpdateCustomVocabularyItemResponse.Builder,BatchUpdateCustomVocabularyItemResponse>
| Modifier and Type | Method and Description |
|---|---|
BatchUpdateCustomVocabularyItemResponse.Builder |
botId(String botId)
The unique identifier of the bot to the batch update response for the custom vocabulary item.
|
BatchUpdateCustomVocabularyItemResponse.Builder |
botVersion(String botVersion)
The bot version of the bot to the batch update response for the custom vocabulary item.
|
BatchUpdateCustomVocabularyItemResponse.Builder |
errors(Collection<FailedCustomVocabularyItem> errors)
The errors of the action to batch update response for the custom vocabulary item.
|
BatchUpdateCustomVocabularyItemResponse.Builder |
errors(Consumer<FailedCustomVocabularyItem.Builder>... errors)
The errors of the action to batch update response for the custom vocabulary item.
|
BatchUpdateCustomVocabularyItemResponse.Builder |
errors(FailedCustomVocabularyItem... errors)
The errors of the action to batch update response for the custom vocabulary item.
|
BatchUpdateCustomVocabularyItemResponse.Builder |
localeId(String localeId)
The locale identifier of the bot to the batch update response for the custom vocabulary item.
|
BatchUpdateCustomVocabularyItemResponse.Builder |
resources(Collection<CustomVocabularyItem> resources)
The resources of the action to batch update response for the custom vocabulary item.
|
BatchUpdateCustomVocabularyItemResponse.Builder |
resources(Consumer<CustomVocabularyItem.Builder>... resources)
The resources of the action to batch update response for the custom vocabulary item.
|
BatchUpdateCustomVocabularyItemResponse.Builder |
resources(CustomVocabularyItem... resources)
The resources of the action to batch update response for the custom vocabulary item.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchUpdateCustomVocabularyItemResponse.Builder botId(String botId)
The unique identifier of the bot to the batch update response for the custom vocabulary item.
botId - The unique identifier of the bot to the batch update response for the custom vocabulary item.BatchUpdateCustomVocabularyItemResponse.Builder botVersion(String botVersion)
The bot version of the bot to the batch update response for the custom vocabulary item.
botVersion - The bot version of the bot to the batch update response for the custom vocabulary item.BatchUpdateCustomVocabularyItemResponse.Builder localeId(String localeId)
The locale identifier of the bot to the batch update response for the custom vocabulary item.
localeId - The locale identifier of the bot to the batch update response for the custom vocabulary item.BatchUpdateCustomVocabularyItemResponse.Builder errors(Collection<FailedCustomVocabularyItem> errors)
The errors of the action to batch update response for the custom vocabulary item.
errors - The errors of the action to batch update response for the custom vocabulary item.BatchUpdateCustomVocabularyItemResponse.Builder errors(FailedCustomVocabularyItem... errors)
The errors of the action to batch update response for the custom vocabulary item.
errors - The errors of the action to batch update response for the custom vocabulary item.BatchUpdateCustomVocabularyItemResponse.Builder errors(Consumer<FailedCustomVocabularyItem.Builder>... errors)
The errors of the action to batch update response for the custom vocabulary item.
This is a convenience method that creates an instance of theFailedCustomVocabularyItem.Builder avoiding the
need to create one manually via
FailedCustomVocabularyItem.builder().
When the Consumer completes,
SdkBuilder.build() is
called immediately and its result is passed to #errors(List.
errors - a consumer that will call methods on
FailedCustomVocabularyItem.Builder#errors(java.util.Collection) BatchUpdateCustomVocabularyItemResponse.Builder resources(Collection<CustomVocabularyItem> resources)
The resources of the action to batch update response for the custom vocabulary item.
resources - The resources of the action to batch update response for the custom vocabulary item.BatchUpdateCustomVocabularyItemResponse.Builder resources(CustomVocabularyItem... resources)
The resources of the action to batch update response for the custom vocabulary item.
resources - The resources of the action to batch update response for the custom vocabulary item.BatchUpdateCustomVocabularyItemResponse.Builder resources(Consumer<CustomVocabularyItem.Builder>... resources)
The resources of the action to batch update response for the custom vocabulary item.
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 #resources(List.
resources - a consumer that will call methods on
CustomVocabularyItem.Builder#resources(java.util.Collection) Copyright © 2023. All rights reserved.