Interface DeleteCustomVocabularyRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<DeleteCustomVocabularyRequest.Builder,
,DeleteCustomVocabularyRequest> LexModelsV2Request.Builder
,SdkBuilder<DeleteCustomVocabularyRequest.Builder,
,DeleteCustomVocabularyRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
DeleteCustomVocabularyRequest
public static interface DeleteCustomVocabularyRequest.Builder
extends LexModelsV2Request.Builder, SdkPojo, CopyableBuilder<DeleteCustomVocabularyRequest.Builder,DeleteCustomVocabularyRequest>
-
Method Summary
Modifier and TypeMethodDescriptionThe unique identifier of the bot to remove the custom vocabulary from.botVersion
(String botVersion) The version of the bot to remove the custom vocabulary from.The locale identifier for the locale that contains the custom vocabulary to remove.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.lexmodelsv2.model.LexModelsV2Request.Builder
build
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
botId
The unique identifier of the bot to remove the custom vocabulary from.
- Parameters:
botId
- The unique identifier of the bot to remove the custom vocabulary from.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
botVersion
The version of the bot to remove the custom vocabulary from.
- Parameters:
botVersion
- The version of the bot to remove the custom vocabulary from.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
localeId
The locale identifier for the locale that contains the custom vocabulary to remove.
- Parameters:
localeId
- The locale identifier for the locale that contains the custom vocabulary to remove.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DeleteCustomVocabularyRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
DeleteCustomVocabularyRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-