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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeleteCustomVocabularyRequest.BuilderbotId(String botId)The unique identifier of the bot to remove the custom vocabulary from.DeleteCustomVocabularyRequest.BuilderbotVersion(String botVersion)The version of the bot to remove the custom vocabulary from.DeleteCustomVocabularyRequest.BuilderlocaleId(String localeId)The locale identifier for the locale that contains the custom vocabulary to remove.DeleteCustomVocabularyRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DeleteCustomVocabularyRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
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 Detail
-
botId
DeleteCustomVocabularyRequest.Builder botId(String 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
DeleteCustomVocabularyRequest.Builder botVersion(String 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
DeleteCustomVocabularyRequest.Builder localeId(String 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)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DeleteCustomVocabularyRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-