public static interface BotMetadata.Builder extends SdkPojo, CopyableBuilder<BotMetadata.Builder,BotMetadata>
Modifier and Type | Method and Description |
---|---|
BotMetadata.Builder |
createdDate(Instant createdDate)
The date that the bot was created.
|
BotMetadata.Builder |
description(String description)
A description of the bot.
|
BotMetadata.Builder |
lastUpdatedDate(Instant lastUpdatedDate)
The date that the bot was updated.
|
BotMetadata.Builder |
name(String name)
The name of the bot.
|
BotMetadata.Builder |
status(Status status)
The status of the bot.
|
BotMetadata.Builder |
status(String status)
The status of the bot.
|
BotMetadata.Builder |
version(String version)
The version of the bot.
|
copy
applyMutation, 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.
BotMetadata.Builder status(Status status)
The status of the bot.
BotMetadata.Builder lastUpdatedDate(Instant 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(Instant 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.