CopyableBuilder<BotAliasMetadata.Builder,BotAliasMetadata>
, SdkBuilder<BotAliasMetadata.Builder,BotAliasMetadata>
public static interface BotAliasMetadata.Builder extends CopyableBuilder<BotAliasMetadata.Builder,BotAliasMetadata>
Modifier and Type | Method | Description |
---|---|---|
BotAliasMetadata.Builder |
botName(String botName) |
The name of the bot to which the alias points.
|
BotAliasMetadata.Builder |
botVersion(String botVersion) |
The version of the Amazon Lex bot to which the alias points.
|
BotAliasMetadata.Builder |
checksum(String checksum) |
Checksum of the bot alias.
|
BotAliasMetadata.Builder |
createdDate(Date createdDate) |
The date that the bot alias was created.
|
BotAliasMetadata.Builder |
description(String description) |
A description of the bot alias.
|
BotAliasMetadata.Builder |
lastUpdatedDate(Date lastUpdatedDate) |
The date that the bot alias was updated.
|
BotAliasMetadata.Builder |
name(String name) |
The name of the bot alias.
|
copy
apply, build
BotAliasMetadata.Builder name(String name)
The name of the bot alias.
name
- The name of the bot alias.BotAliasMetadata.Builder description(String description)
A description of the bot alias.
description
- A description of the bot alias.BotAliasMetadata.Builder botVersion(String botVersion)
The version of the Amazon Lex bot to which the alias points.
botVersion
- The version of the Amazon Lex bot to which the alias points.BotAliasMetadata.Builder botName(String botName)
The name of the bot to which the alias points.
botName
- The name of the bot to which the alias points.BotAliasMetadata.Builder lastUpdatedDate(Date lastUpdatedDate)
The date that the bot alias was updated. When you create a resource, the creation date and last updated date are the same.
lastUpdatedDate
- The date that the bot alias was updated. When you create a resource, the creation date and last
updated date are the same.BotAliasMetadata.Builder createdDate(Date createdDate)
The date that the bot alias was created.
createdDate
- The date that the bot alias was created.BotAliasMetadata.Builder checksum(String checksum)
Checksum of the bot alias.
checksum
- Checksum of the bot alias.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.