public static interface DeleteBotRequest.Builder extends LexModelsV2Request.Builder, SdkPojo, CopyableBuilder<DeleteBotRequest.Builder,DeleteBotRequest>
| Modifier and Type | Method and Description |
|---|---|
DeleteBotRequest.Builder |
botId(String botId)
The identifier of the bot to delete.
|
DeleteBotRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DeleteBotRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DeleteBotRequest.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 bot is being
used by another resource. |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteBotRequest.Builder botId(String botId)
The identifier of the bot to delete.
botId - The identifier of the bot to delete.DeleteBotRequest.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 bot is being
used by another resource. Set this parameter to true to skip this check and remove the bot 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 bot is
being used by another resource. Set this parameter to true to skip this check and remove
the bot even if it is being used by another resource.DeleteBotRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDeleteBotRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.