CopyableBuilder<PutBotAliasResponse.Builder,PutBotAliasResponse>, SdkBuilder<PutBotAliasResponse.Builder,PutBotAliasResponse>public static interface PutBotAliasResponse.Builder extends CopyableBuilder<PutBotAliasResponse.Builder,PutBotAliasResponse>
| Modifier and Type | Method | Description |
|---|---|---|
PutBotAliasResponse.Builder |
botName(String botName) |
The name of the bot that the alias points to.
|
PutBotAliasResponse.Builder |
botVersion(String botVersion) |
The version of the bot that the alias points to.
|
PutBotAliasResponse.Builder |
checksum(String checksum) |
The checksum for the current version of the alias.
|
PutBotAliasResponse.Builder |
createdDate(Date createdDate) |
The date that the bot alias was created.
|
PutBotAliasResponse.Builder |
description(String description) |
A description of the alias.
|
PutBotAliasResponse.Builder |
lastUpdatedDate(Date lastUpdatedDate) |
The date that the bot alias was updated.
|
PutBotAliasResponse.Builder |
name(String name) |
The name of the alias.
|
copyapply, buildPutBotAliasResponse.Builder name(String name)
The name of the alias.
name - The name of the alias.PutBotAliasResponse.Builder description(String description)
A description of the alias.
description - A description of the alias.PutBotAliasResponse.Builder botVersion(String botVersion)
The version of the bot that the alias points to.
botVersion - The version of the bot that the alias points to.PutBotAliasResponse.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.PutBotAliasResponse.Builder lastUpdatedDate(Date lastUpdatedDate)
The date that the bot alias was updated. When you create a resource, the creation date and the last updated date are the same.
lastUpdatedDate - The date that the bot alias was updated. When you create a resource, the creation date and the last
updated date are the same.PutBotAliasResponse.Builder createdDate(Date createdDate)
The date that the bot alias was created.
createdDate - The date that the bot alias was created.PutBotAliasResponse.Builder checksum(String checksum)
The checksum for the current version of the alias.
checksum - The checksum for the current version of the alias.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.