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