CopyableBuilder<GetBotAliasResponse.Builder,GetBotAliasResponse>
, SdkBuilder<GetBotAliasResponse.Builder,GetBotAliasResponse>
public static interface GetBotAliasResponse.Builder extends CopyableBuilder<GetBotAliasResponse.Builder,GetBotAliasResponse>
Modifier and Type | Method | Description |
---|---|---|
GetBotAliasResponse.Builder |
botName(String botName) |
The name of the bot that the alias points to.
|
GetBotAliasResponse.Builder |
botVersion(String botVersion) |
The version of the bot that the alias points to.
|
GetBotAliasResponse.Builder |
checksum(String checksum) |
Checksum of the bot alias.
|
GetBotAliasResponse.Builder |
createdDate(Date createdDate) |
The date that the bot alias was created.
|
GetBotAliasResponse.Builder |
description(String description) |
A description of the bot alias.
|
GetBotAliasResponse.Builder |
lastUpdatedDate(Date lastUpdatedDate) |
The date that the bot alias was updated.
|
GetBotAliasResponse.Builder |
name(String name) |
The name of the bot alias.
|
copy
apply, build
GetBotAliasResponse.Builder name(String name)
The name of the bot alias.
name
- The name of the bot alias.GetBotAliasResponse.Builder description(String description)
A description of the bot alias.
description
- A description of the bot alias.GetBotAliasResponse.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.GetBotAliasResponse.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.GetBotAliasResponse.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.GetBotAliasResponse.Builder createdDate(Date createdDate)
The date that the bot alias was created.
createdDate
- The date that the bot alias was created.GetBotAliasResponse.Builder checksum(String checksum)
Checksum of the bot alias.
checksum
- Checksum of the bot alias.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.