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)
When
true, Amazon Lex doesn't check to see if another resource, such as an alias, is using the
bot before it is deleted. |
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)
When true, Amazon Lex doesn't check to see if another resource, such as an alias, is using the
bot before it is deleted.
skipResourceInUseCheck - When true, Amazon Lex doesn't check to see if another resource, such as an alias, is
using the bot before it is deleted.DeleteBotRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDeleteBotRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.