CopyableBuilder<DeleteBotVersionRequest.Builder,DeleteBotVersionRequest>, SdkBuilder<DeleteBotVersionRequest.Builder,DeleteBotVersionRequest>public static interface DeleteBotVersionRequest.Builder extends CopyableBuilder<DeleteBotVersionRequest.Builder,DeleteBotVersionRequest>
| Modifier and Type | Method | Description |
|---|---|---|
DeleteBotVersionRequest.Builder |
name(String name) |
The name of the bot.
|
DeleteBotVersionRequest.Builder |
version(String version) |
The version of the bot to delete.
|
copyapply, 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 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 operation.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.