public static interface BatchDeleteCustomVocabularyItemResponse.Builder extends LexModelsV2Response.Builder, SdkPojo, CopyableBuilder<BatchDeleteCustomVocabularyItemResponse.Builder,BatchDeleteCustomVocabularyItemResponse>
| Modifier and Type | Method and Description |
|---|---|
BatchDeleteCustomVocabularyItemResponse.Builder |
botId(String botId)
The unique identifier of the bot to batch delete response for the custom vocabulary item.
|
BatchDeleteCustomVocabularyItemResponse.Builder |
botVersion(String botVersion)
The version of the bot to batch delete response for the custom vocabulary item.
|
BatchDeleteCustomVocabularyItemResponse.Builder |
errors(Collection<FailedCustomVocabularyItem> errors)
The errors of the action to batch delete response for the custom vocabulary item.
|
BatchDeleteCustomVocabularyItemResponse.Builder |
errors(Consumer<FailedCustomVocabularyItem.Builder>... errors)
The errors of the action to batch delete response for the custom vocabulary item.
|
BatchDeleteCustomVocabularyItemResponse.Builder |
errors(FailedCustomVocabularyItem... errors)
The errors of the action to batch delete response for the custom vocabulary item.
|
BatchDeleteCustomVocabularyItemResponse.Builder |
localeId(String localeId)
The locale identifier of the bot to batch delete response for the custom vocabulary item.
|
BatchDeleteCustomVocabularyItemResponse.Builder |
resources(Collection<CustomVocabularyItem> resources)
The resources of the action to batch delete response for the custom vocabulary item.
|
BatchDeleteCustomVocabularyItemResponse.Builder |
resources(Consumer<CustomVocabularyItem.Builder>... resources)
The resources of the action to batch delete response for the custom vocabulary item.
|
BatchDeleteCustomVocabularyItemResponse.Builder |
resources(CustomVocabularyItem... resources)
The resources of the action to batch delete response for the custom vocabulary item.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchDeleteCustomVocabularyItemResponse.Builder botId(String botId)
The unique identifier of the bot to batch delete response for the custom vocabulary item.
botId - The unique identifier of the bot to batch delete response for the custom vocabulary item.BatchDeleteCustomVocabularyItemResponse.Builder botVersion(String botVersion)
The version of the bot to batch delete response for the custom vocabulary item.
botVersion - The version of the bot to batch delete response for the custom vocabulary item.BatchDeleteCustomVocabularyItemResponse.Builder localeId(String localeId)
The locale identifier of the bot to batch delete response for the custom vocabulary item.
localeId - The locale identifier of the bot to batch delete response for the custom vocabulary item.BatchDeleteCustomVocabularyItemResponse.Builder errors(Collection<FailedCustomVocabularyItem> errors)
The errors of the action to batch delete response for the custom vocabulary item.
errors - The errors of the action to batch delete response for the custom vocabulary item.BatchDeleteCustomVocabularyItemResponse.Builder errors(FailedCustomVocabularyItem... errors)
The errors of the action to batch delete response for the custom vocabulary item.
errors - The errors of the action to batch delete response for the custom vocabulary item.BatchDeleteCustomVocabularyItemResponse.Builder errors(Consumer<FailedCustomVocabularyItem.Builder>... errors)
The errors of the action to batch delete 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) BatchDeleteCustomVocabularyItemResponse.Builder resources(Collection<CustomVocabularyItem> resources)
The resources of the action to batch delete response for the custom vocabulary item.
resources - The resources of the action to batch delete response for the custom vocabulary item.BatchDeleteCustomVocabularyItemResponse.Builder resources(CustomVocabularyItem... resources)
The resources of the action to batch delete response for the custom vocabulary item.
resources - The resources of the action to batch delete response for the custom vocabulary item.BatchDeleteCustomVocabularyItemResponse.Builder resources(Consumer<CustomVocabularyItem.Builder>... resources)
The resources of the action to batch delete 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.