public static interface PutBotAliasResponse.Builder extends LexModelBuildingResponse.Builder, CopyableBuilder<PutBotAliasResponse.Builder,PutBotAliasResponse>
| Modifier and Type | Method and 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(Instant createdDate)
The date that the bot alias was created.
|
PutBotAliasResponse.Builder |
description(String description)
A description of the alias.
|
PutBotAliasResponse.Builder |
lastUpdatedDate(Instant lastUpdatedDate)
The date that the bot alias was updated.
|
PutBotAliasResponse.Builder |
name(String name)
The name of the alias.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, 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(Instant 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(Instant 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.