public static interface BatchUpdateCustomVocabularyItemRequest.Builder extends LexModelsV2Request.Builder, SdkPojo, CopyableBuilder<BatchUpdateCustomVocabularyItemRequest.Builder,BatchUpdateCustomVocabularyItemRequest>
| Modifier and Type | Method and Description |
|---|---|
BatchUpdateCustomVocabularyItemRequest.Builder |
botId(String botId)
The unique identifier of the bot to the batch update request for the custom vocabulary item.
|
BatchUpdateCustomVocabularyItemRequest.Builder |
botVersion(String botVersion)
The bot version of the bot to the batch update request for the custom vocabulary item.
|
BatchUpdateCustomVocabularyItemRequest.Builder |
customVocabularyItemList(Collection<CustomVocabularyItem> customVocabularyItemList)
The custom vocabulary item list of the bot to the batch update request for the custom vocabulary item.
|
BatchUpdateCustomVocabularyItemRequest.Builder |
customVocabularyItemList(Consumer<CustomVocabularyItem.Builder>... customVocabularyItemList)
The custom vocabulary item list of the bot to the batch update request for the custom vocabulary item.
|
BatchUpdateCustomVocabularyItemRequest.Builder |
customVocabularyItemList(CustomVocabularyItem... customVocabularyItemList)
The custom vocabulary item list of the bot to the batch update request for the custom vocabulary item.
|
BatchUpdateCustomVocabularyItemRequest.Builder |
localeId(String localeId)
The locale identifier of the bot to the batch update request for the custom vocabulary item.
|
BatchUpdateCustomVocabularyItemRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
BatchUpdateCustomVocabularyItemRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchUpdateCustomVocabularyItemRequest.Builder botId(String botId)
The unique identifier of the bot to the batch update request for the custom vocabulary item.
botId - The unique identifier of the bot to the batch update request for the custom vocabulary item.BatchUpdateCustomVocabularyItemRequest.Builder botVersion(String botVersion)
The bot version of the bot to the batch update request for the custom vocabulary item.
botVersion - The bot version of the bot to the batch update request for the custom vocabulary item.BatchUpdateCustomVocabularyItemRequest.Builder localeId(String localeId)
The locale identifier of the bot to the batch update request for the custom vocabulary item.
localeId - The locale identifier of the bot to the batch update request for the custom vocabulary item.BatchUpdateCustomVocabularyItemRequest.Builder customVocabularyItemList(Collection<CustomVocabularyItem> customVocabularyItemList)
The custom vocabulary item list of the bot to the batch update request for the custom vocabulary item.
customVocabularyItemList - The custom vocabulary item list of the bot to the batch update request for the custom vocabulary item.BatchUpdateCustomVocabularyItemRequest.Builder customVocabularyItemList(CustomVocabularyItem... customVocabularyItemList)
The custom vocabulary item list of the bot to the batch update request for the custom vocabulary item.
customVocabularyItemList - The custom vocabulary item list of the bot to the batch update request for the custom vocabulary item.BatchUpdateCustomVocabularyItemRequest.Builder customVocabularyItemList(Consumer<CustomVocabularyItem.Builder>... customVocabularyItemList)
The custom vocabulary item list of the bot to the batch update request 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 #customVocabularyItemList(List.
customVocabularyItemList - a consumer that will call methods on
CustomVocabularyItem.Builder#customVocabularyItemList(java.util.Collection) BatchUpdateCustomVocabularyItemRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderBatchUpdateCustomVocabularyItemRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.