| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelbuilding.model |
| Modifier and Type | Method and Description |
|---|---|
BotMetadata |
BotMetadata.clone() |
BotMetadata |
BotMetadata.withCreatedDate(Date createdDate)
The date that the bot was created.
|
BotMetadata |
BotMetadata.withDescription(String description)
A description of the bot.
|
BotMetadata |
BotMetadata.withLastUpdatedDate(Date lastUpdatedDate)
The date that the bot was updated.
|
BotMetadata |
BotMetadata.withName(String name)
The name of the bot.
|
BotMetadata |
BotMetadata.withStatus(Status status)
The status of the bot.
|
BotMetadata |
BotMetadata.withStatus(String status)
The status of the bot.
|
BotMetadata |
BotMetadata.withVersion(String version)
The version of the bot.
|
| Modifier and Type | Method and Description |
|---|---|
List<BotMetadata> |
GetBotVersionsResult.getBots()
An array of
BotMetadata objects, one for each numbered version of the bot plus one for the
$LATEST version. |
List<BotMetadata> |
GetBotsResult.getBots()
An array of
botMetadata objects, with one entry for each bot. |
| Modifier and Type | Method and Description |
|---|---|
GetBotVersionsResult |
GetBotVersionsResult.withBots(BotMetadata... bots)
An array of
BotMetadata objects, one for each numbered version of the bot plus one for the
$LATEST version. |
GetBotsResult |
GetBotsResult.withBots(BotMetadata... bots)
An array of
botMetadata objects, with one entry for each bot. |
| Modifier and Type | Method and Description |
|---|---|
void |
GetBotVersionsResult.setBots(Collection<BotMetadata> bots)
An array of
BotMetadata objects, one for each numbered version of the bot plus one for the
$LATEST version. |
void |
GetBotsResult.setBots(Collection<BotMetadata> bots)
An array of
botMetadata objects, with one entry for each bot. |
GetBotVersionsResult |
GetBotVersionsResult.withBots(Collection<BotMetadata> bots)
An array of
BotMetadata objects, one for each numbered version of the bot plus one for the
$LATEST version. |
GetBotsResult |
GetBotsResult.withBots(Collection<BotMetadata> bots)
An array of
botMetadata objects, with one entry for each bot. |
Copyright © 2020. All rights reserved.