public static interface DeleteBotAliasRequest.Builder extends LexModelBuildingRequest.Builder, SdkPojo, CopyableBuilder<DeleteBotAliasRequest.Builder,DeleteBotAliasRequest>
| Modifier and Type | Method and Description |
|---|---|
DeleteBotAliasRequest.Builder |
botName(String botName)
The name of the bot that the alias points to.
|
DeleteBotAliasRequest.Builder |
name(String name)
The name of the alias to delete.
|
DeleteBotAliasRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DeleteBotAliasRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteBotAliasRequest.Builder name(String name)
The name of the alias to delete. The name is case sensitive.
name - The name of the alias to delete. The name is case sensitive.DeleteBotAliasRequest.Builder botName(String botName)
The name of the bot that the alias points to.
botName - The name of the bot that the alias points to.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.