public static interface BatchDeleteCustomVocabularyItemRequest.Builder extends LexModelsV2Request.Builder, SdkPojo, CopyableBuilder<BatchDeleteCustomVocabularyItemRequest.Builder,BatchDeleteCustomVocabularyItemRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchDeleteCustomVocabularyItemRequest.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.BatchDeleteCustomVocabularyItemRequest.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.BatchDeleteCustomVocabularyItemRequest.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 .BatchDeleteCustomVocabularyItemRequest.Builder customVocabularyItemList(Collection<CustomVocabularyEntryId> customVocabularyItemList)
A list of custom vocabulary items requested to be deleted. Each entry must contain the unique custom vocabulary entry identifier.
customVocabularyItemList - A list of custom vocabulary items requested to be deleted. Each entry must contain the unique custom
vocabulary entry identifier.BatchDeleteCustomVocabularyItemRequest.Builder customVocabularyItemList(CustomVocabularyEntryId... customVocabularyItemList)
A list of custom vocabulary items requested to be deleted. Each entry must contain the unique custom vocabulary entry identifier.
customVocabularyItemList - A list of custom vocabulary items requested to be deleted. Each entry must contain the unique custom
vocabulary entry identifier.BatchDeleteCustomVocabularyItemRequest.Builder customVocabularyItemList(Consumer<CustomVocabularyEntryId.Builder>... customVocabularyItemList)
A list of custom vocabulary items requested to be deleted. Each entry must contain the unique custom vocabulary entry identifier.
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 © 2023. All rights reserved.