public static interface BatchDeleteCustomVocabularyItemRequest.Builder extends LexModelsV2Request.Builder, SdkPojo, CopyableBuilder<BatchDeleteCustomVocabularyItemRequest.Builder,BatchDeleteCustomVocabularyItemRequest>
| Modifier and Type | Method and Description |
|---|---|
BatchDeleteCustomVocabularyItemRequest.Builder |
botId(String botId)
The unique identifier of the bot to batch delete request for the custom vocabulary item.
|
BatchDeleteCustomVocabularyItemRequest.Builder |
botVersion(String botVersion)
The version of the bot to batch delete request for the custom vocabulary item.
|
BatchDeleteCustomVocabularyItemRequest.Builder |
customVocabularyItemList(Collection<CustomVocabularyEntryId> customVocabularyItemList)
The custom vocabulary list to batch delete request for the custom vocabulary item.
|
BatchDeleteCustomVocabularyItemRequest.Builder |
customVocabularyItemList(Consumer<CustomVocabularyEntryId.Builder>... customVocabularyItemList)
The custom vocabulary list to batch delete request for the custom vocabulary item.
|
BatchDeleteCustomVocabularyItemRequest.Builder |
customVocabularyItemList(CustomVocabularyEntryId... customVocabularyItemList)
The custom vocabulary list to batch delete request for the custom vocabulary item.
|
BatchDeleteCustomVocabularyItemRequest.Builder |
localeId(String localeId)
The locale identifier of the bot to batch delete request for the custom vocabulary item.
|
BatchDeleteCustomVocabularyItemRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
BatchDeleteCustomVocabularyItemRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchDeleteCustomVocabularyItemRequest.Builder botId(String botId)
The unique identifier of the bot to batch delete request for the custom vocabulary item.
botId - The unique identifier of the bot to batch delete request for the custom vocabulary item.BatchDeleteCustomVocabularyItemRequest.Builder botVersion(String botVersion)
The version of the bot to batch delete request for the custom vocabulary item.
botVersion - The version of the bot to batch delete request for the custom vocabulary item.BatchDeleteCustomVocabularyItemRequest.Builder localeId(String localeId)
The locale identifier of the bot to batch delete request for the custom vocabulary item.
localeId - The locale identifier of the bot to batch delete request for the custom vocabulary item.BatchDeleteCustomVocabularyItemRequest.Builder customVocabularyItemList(Collection<CustomVocabularyEntryId> customVocabularyItemList)
The custom vocabulary list to batch delete request for the custom vocabulary item.
customVocabularyItemList - The custom vocabulary list to batch delete request for the custom vocabulary item.BatchDeleteCustomVocabularyItemRequest.Builder customVocabularyItemList(CustomVocabularyEntryId... customVocabularyItemList)
The custom vocabulary list to batch delete request for the custom vocabulary item.
customVocabularyItemList - The custom vocabulary list to batch delete request for the custom vocabulary item.BatchDeleteCustomVocabularyItemRequest.Builder customVocabularyItemList(Consumer<CustomVocabularyEntryId.Builder>... customVocabularyItemList)
The custom vocabulary list to batch delete request for the custom vocabulary item.
This is a convenience method that creates an instance of theCustomVocabularyEntryId.Builder avoiding the need
to create one manually via
CustomVocabularyEntryId.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #customVocabularyItemList(List.
customVocabularyItemList - a consumer that will call methods on
CustomVocabularyEntryId.Builder#customVocabularyItemList(java.util.Collection) BatchDeleteCustomVocabularyItemRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderBatchDeleteCustomVocabularyItemRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.