public static interface DeleteBotVersionRequest.Builder extends LexModelsV2Request.Builder, SdkPojo, CopyableBuilder<DeleteBotVersionRequest.Builder,DeleteBotVersionRequest>
| Modifier and Type | Method and Description |
|---|---|
DeleteBotVersionRequest.Builder |
botId(String botId)
The identifier of the bot that contains the version.
|
DeleteBotVersionRequest.Builder |
botVersion(String botVersion)
The version of the bot to delete.
|
DeleteBotVersionRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DeleteBotVersionRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DeleteBotVersionRequest.Builder |
skipResourceInUseCheck(Boolean skipResourceInUseCheck)
By default, Amazon Lex checks if any other resource, such as an alias or bot network, is using the bot
version before it is deleted and throws a
ResourceInUseException exception if the version is
being used by another resource. |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteBotVersionRequest.Builder botId(String botId)
The identifier of the bot that contains the version.
botId - The identifier of the bot that contains the version.DeleteBotVersionRequest.Builder botVersion(String botVersion)
The version of the bot to delete.
botVersion - The version of the bot to delete.DeleteBotVersionRequest.Builder skipResourceInUseCheck(Boolean skipResourceInUseCheck)
By default, Amazon Lex checks if any other resource, such as an alias or bot network, is using the bot
version before it is deleted and throws a ResourceInUseException exception if the version is
being used by another resource. Set this parameter to true to skip this check and remove the
version even if it is being used by another resource.
skipResourceInUseCheck - By default, Amazon Lex checks if any other resource, such as an alias or bot network, is using the bot
version before it is deleted and throws a ResourceInUseException exception if the version
is being used by another resource. Set this parameter to true to skip this check and
remove the version even if it is being used by another resource.DeleteBotVersionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDeleteBotVersionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.