public static interface DeleteCustomVocabularyRequest.Builder extends LexModelsV2Request.Builder, SdkPojo, CopyableBuilder<DeleteCustomVocabularyRequest.Builder,DeleteCustomVocabularyRequest>
| Modifier and Type | Method and Description |
|---|---|
DeleteCustomVocabularyRequest.Builder |
botId(String botId)
The unique identifier of the bot to remove the custom vocabulary from.
|
DeleteCustomVocabularyRequest.Builder |
botVersion(String botVersion)
The version of the bot to remove the custom vocabulary from.
|
DeleteCustomVocabularyRequest.Builder |
localeId(String localeId)
The locale identifier for the locale that contains the custom vocabulary to remove.
|
DeleteCustomVocabularyRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DeleteCustomVocabularyRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteCustomVocabularyRequest.Builder botId(String botId)
The unique identifier of the bot to remove the custom vocabulary from.
botId - The unique identifier of the bot to remove the custom vocabulary from.DeleteCustomVocabularyRequest.Builder botVersion(String botVersion)
The version of the bot to remove the custom vocabulary from.
botVersion - The version of the bot to remove the custom vocabulary from.DeleteCustomVocabularyRequest.Builder localeId(String localeId)
The locale identifier for the locale that contains the custom vocabulary to remove.
localeId - The locale identifier for the locale that contains the custom vocabulary to remove.DeleteCustomVocabularyRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDeleteCustomVocabularyRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.