public static interface DeleteBotVersionRequest.Builder extends LexModelBuildingRequest.Builder, CopyableBuilder<DeleteBotVersionRequest.Builder,DeleteBotVersionRequest>
| Modifier and Type | Method and Description |
|---|---|
DeleteBotVersionRequest.Builder |
name(String name)
The name of the bot.
|
DeleteBotVersionRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
DeleteBotVersionRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
DeleteBotVersionRequest.Builder |
version(String version)
The version of the bot to delete.
|
buildoverrideConfigurationcopyapplyMutation, buildDeleteBotVersionRequest.Builder name(String name)
The name of the bot.
name - The name of the bot.DeleteBotVersionRequest.Builder version(String version)
The version of the bot to delete. You cannot delete the $LATEST version of the bot. To delete
the $LATEST version, use the DeleteBot operation.
version - The version of the bot to delete. You cannot delete the $LATEST version of the bot. To
delete the $LATEST version, use the DeleteBot operation.DeleteBotVersionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.DeleteBotVersionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.