CopyableBuilder<BotMetadata.Builder,BotMetadata>
, SdkBuilder<BotMetadata.Builder,BotMetadata>
public static interface BotMetadata.Builder extends CopyableBuilder<BotMetadata.Builder,BotMetadata>
Modifier and Type | Method | Description |
---|---|---|
BotMetadata.Builder |
createdDate(Date createdDate) |
The date that the bot was created.
|
BotMetadata.Builder |
description(String description) |
A description of the bot.
|
BotMetadata.Builder |
lastUpdatedDate(Date lastUpdatedDate) |
The date that the bot was updated.
|
BotMetadata.Builder |
name(String name) |
The name of the bot.
|
BotMetadata.Builder |
status(String status) |
The status of the bot.
|
BotMetadata.Builder |
status(Status status) |
The status of the bot.
|
BotMetadata.Builder |
version(String version) |
The version of the bot.
|
copy
apply, build
BotMetadata.Builder name(String name)
The name of the bot.
name
- The name of the bot.BotMetadata.Builder description(String description)
A description of the bot.
description
- A description of the bot.BotMetadata.Builder status(String status)
The status of the bot.
status
- The status of the bot.Status
BotMetadata.Builder status(Status status)
The status of the bot.
status
- The status of the bot.Status
BotMetadata.Builder lastUpdatedDate(Date lastUpdatedDate)
The date that the bot was updated. When you create a bot, the creation date and last updated date are the same.
lastUpdatedDate
- The date that the bot was updated. When you create a bot, the creation date and last updated date are
the same.BotMetadata.Builder createdDate(Date createdDate)
The date that the bot was created.
createdDate
- The date that the bot was created.BotMetadata.Builder version(String version)
The version of the bot. For a new bot, the version is always $LATEST
.
version
- The version of the bot. For a new bot, the version is always $LATEST
.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.