Uses of Interface
software.amazon.awssdk.services.lexmodelsv2.model.BatchDeleteCustomVocabularyItemRequest.Builder
-
Packages that use BatchDeleteCustomVocabularyItemRequest.Builder Package Description software.amazon.awssdk.services.lexmodelsv2 software.amazon.awssdk.services.lexmodelsv2.model -
-
Uses of BatchDeleteCustomVocabularyItemRequest.Builder in software.amazon.awssdk.services.lexmodelsv2
Method parameters in software.amazon.awssdk.services.lexmodelsv2 with type arguments of type BatchDeleteCustomVocabularyItemRequest.Builder Modifier and Type Method Description default CompletableFuture<BatchDeleteCustomVocabularyItemResponse>LexModelsV2AsyncClient. batchDeleteCustomVocabularyItem(Consumer<BatchDeleteCustomVocabularyItemRequest.Builder> batchDeleteCustomVocabularyItemRequest)Delete a batch of custom vocabulary items for a given bot locale's custom vocabulary.default BatchDeleteCustomVocabularyItemResponseLexModelsV2Client. batchDeleteCustomVocabularyItem(Consumer<BatchDeleteCustomVocabularyItemRequest.Builder> batchDeleteCustomVocabularyItemRequest)Delete a batch of custom vocabulary items for a given bot locale's custom vocabulary. -
Uses of BatchDeleteCustomVocabularyItemRequest.Builder in software.amazon.awssdk.services.lexmodelsv2.model
Methods in software.amazon.awssdk.services.lexmodelsv2.model that return BatchDeleteCustomVocabularyItemRequest.Builder Modifier and Type Method Description BatchDeleteCustomVocabularyItemRequest.BuilderBatchDeleteCustomVocabularyItemRequest.Builder. botId(String botId)The identifier of the bot associated with this custom vocabulary.BatchDeleteCustomVocabularyItemRequest.BuilderBatchDeleteCustomVocabularyItemRequest.Builder. botVersion(String botVersion)The identifier of the version of the bot associated with this custom vocabulary.static BatchDeleteCustomVocabularyItemRequest.BuilderBatchDeleteCustomVocabularyItemRequest. builder()BatchDeleteCustomVocabularyItemRequest.BuilderBatchDeleteCustomVocabularyItemRequest.Builder. customVocabularyItemList(Collection<CustomVocabularyEntryId> customVocabularyItemList)A list of custom vocabulary items requested to be deleted.BatchDeleteCustomVocabularyItemRequest.BuilderBatchDeleteCustomVocabularyItemRequest.Builder. customVocabularyItemList(Consumer<CustomVocabularyEntryId.Builder>... customVocabularyItemList)A list of custom vocabulary items requested to be deleted.BatchDeleteCustomVocabularyItemRequest.BuilderBatchDeleteCustomVocabularyItemRequest.Builder. customVocabularyItemList(CustomVocabularyEntryId... customVocabularyItemList)A list of custom vocabulary items requested to be deleted.BatchDeleteCustomVocabularyItemRequest.BuilderBatchDeleteCustomVocabularyItemRequest.Builder. localeId(String localeId)The identifier of the language and locale where this custom vocabulary is used.BatchDeleteCustomVocabularyItemRequest.BuilderBatchDeleteCustomVocabularyItemRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)BatchDeleteCustomVocabularyItemRequest.BuilderBatchDeleteCustomVocabularyItemRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)BatchDeleteCustomVocabularyItemRequest.BuilderBatchDeleteCustomVocabularyItemRequest. toBuilder()Methods in software.amazon.awssdk.services.lexmodelsv2.model that return types with arguments of type BatchDeleteCustomVocabularyItemRequest.Builder Modifier and Type Method Description static Class<? extends BatchDeleteCustomVocabularyItemRequest.Builder>BatchDeleteCustomVocabularyItemRequest. serializableBuilderClass()
-