Interface DeleteBotLocaleRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DeleteBotLocaleRequest.Builder,DeleteBotLocaleRequest>,LexModelsV2Request.Builder,SdkBuilder<DeleteBotLocaleRequest.Builder,DeleteBotLocaleRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DeleteBotLocaleRequest
public static interface DeleteBotLocaleRequest.Builder extends LexModelsV2Request.Builder, SdkPojo, CopyableBuilder<DeleteBotLocaleRequest.Builder,DeleteBotLocaleRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeleteBotLocaleRequest.BuilderbotId(String botId)The unique identifier of the bot that contains the locale.DeleteBotLocaleRequest.BuilderbotVersion(String botVersion)The version of the bot that contains the locale.DeleteBotLocaleRequest.BuilderlocaleId(String localeId)The identifier of the language and locale that will be deleted.DeleteBotLocaleRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DeleteBotLocaleRequest.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
DeleteBotLocaleRequest.Builder botId(String botId)
The unique identifier of the bot that contains the locale.
- Parameters:
botId- The unique identifier of the bot that contains the locale.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
botVersion
DeleteBotLocaleRequest.Builder botVersion(String botVersion)
The version of the bot that contains the locale.
- Parameters:
botVersion- The version of the bot that contains the locale.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
localeId
DeleteBotLocaleRequest.Builder localeId(String localeId)
The identifier of the language and locale that will be deleted. The string must match one of the supported locales. For more information, see Supported languages.
- Parameters:
localeId- The identifier of the language and locale that will be deleted. The string must match one of the supported locales. For more information, see Supported languages.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DeleteBotLocaleRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DeleteBotLocaleRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-