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.
|
build
requestOverrideConfig
copy
apply, build
DeleteBotVersionRequest.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.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.DeleteBotVersionRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfig.Builder
will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.