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 |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
DeleteBotVersionRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
DeleteBotVersionRequest.Builder |
version(String version)
The version of the bot to delete.
|
buildrequestOverrideConfigcopyapply, 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 requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.DeleteBotVersionRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.