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, the
DeleteBotVersion operations throws a ResourceInUseException
exception if you try to delete a bot version that has an alias pointing at it. |
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, the DeleteBotVersion operations throws a ResourceInUseException
exception if you try to delete a bot version that has an alias pointing at it. Set the
skipResourceInUseCheck parameter to true to skip this check and remove the version
even if an alias points to it.
skipResourceInUseCheck - By default, the DeleteBotVersion operations throws a ResourceInUseException
exception if you try to delete a bot version that has an alias pointing at it. Set the
skipResourceInUseCheck parameter to true to skip this check and remove the
version even if an alias points to it.DeleteBotVersionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDeleteBotVersionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.