public static interface BatchCreateCustomVocabularyItemRequest.Builder extends LexModelsV2Request.Builder, SdkPojo, CopyableBuilder<BatchCreateCustomVocabularyItemRequest.Builder,BatchCreateCustomVocabularyItemRequest>
| Modifier and Type | Method and Description |
|---|---|
BatchCreateCustomVocabularyItemRequest.Builder |
botId(String botId)
The unique identifier of the bot to batch create the custom vocabulary item for.
|
BatchCreateCustomVocabularyItemRequest.Builder |
botVersion(String botVersion)
The bot version of the bot to batch create the custom vocabulary item for.
|
BatchCreateCustomVocabularyItemRequest.Builder |
customVocabularyItemList(Collection<NewCustomVocabularyItem> customVocabularyItemList)
The custom vocabulary item list of the bot to batch create the custom vocabulary item for.
|
BatchCreateCustomVocabularyItemRequest.Builder |
customVocabularyItemList(Consumer<NewCustomVocabularyItem.Builder>... customVocabularyItemList)
The custom vocabulary item list of the bot to batch create the custom vocabulary item for.
|
BatchCreateCustomVocabularyItemRequest.Builder |
customVocabularyItemList(NewCustomVocabularyItem... customVocabularyItemList)
The custom vocabulary item list of the bot to batch create the custom vocabulary item for.
|
BatchCreateCustomVocabularyItemRequest.Builder |
localeId(String localeId)
The unique locale identifier of the bot to batch create the custom vocabulary item for.
|
BatchCreateCustomVocabularyItemRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
BatchCreateCustomVocabularyItemRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchCreateCustomVocabularyItemRequest.Builder botId(String botId)
The unique identifier of the bot to batch create the custom vocabulary item for.
botId - The unique identifier of the bot to batch create the custom vocabulary item for.BatchCreateCustomVocabularyItemRequest.Builder botVersion(String botVersion)
The bot version of the bot to batch create the custom vocabulary item for.
botVersion - The bot version of the bot to batch create the custom vocabulary item for.BatchCreateCustomVocabularyItemRequest.Builder localeId(String localeId)
The unique locale identifier of the bot to batch create the custom vocabulary item for.
localeId - The unique locale identifier of the bot to batch create the custom vocabulary item for.BatchCreateCustomVocabularyItemRequest.Builder customVocabularyItemList(Collection<NewCustomVocabularyItem> customVocabularyItemList)
The custom vocabulary item list of the bot to batch create the custom vocabulary item for.
customVocabularyItemList - The custom vocabulary item list of the bot to batch create the custom vocabulary item for.BatchCreateCustomVocabularyItemRequest.Builder customVocabularyItemList(NewCustomVocabularyItem... customVocabularyItemList)
The custom vocabulary item list of the bot to batch create the custom vocabulary item for.
customVocabularyItemList - The custom vocabulary item list of the bot to batch create the custom vocabulary item for.BatchCreateCustomVocabularyItemRequest.Builder customVocabularyItemList(Consumer<NewCustomVocabularyItem.Builder>... customVocabularyItemList)
The custom vocabulary item list of the bot to batch create the custom vocabulary item for.
This is a convenience method that creates an instance of theNewCustomVocabularyItem.Builder avoiding the need
to create one manually via
NewCustomVocabularyItem.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
NewCustomVocabularyItem.Builder#customVocabularyItemList(java.util.Collection) BatchCreateCustomVocabularyItemRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderBatchCreateCustomVocabularyItemRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.