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)
When this parameter is true, Amazon Lex doesn't check to see if any other resource is using the alias before
it is deleted.
|
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)
When this parameter is true, Amazon Lex doesn't check to see if any other resource is using the alias before it is deleted.
skipResourceInUseCheck - When this parameter is true, Amazon Lex doesn't check to see if any other resource is using the alias
before it is deleted.DeleteBotAliasRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDeleteBotAliasRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.