CreateBotVersionResponse.Builder |
CreateBotVersionResponse.Builder.botId(String botId) |
The bot identifier specified in the request.
|
CreateBotVersionResponse.Builder |
CreateBotVersionResponse.Builder.botStatus(String botStatus) |
When you send a request to create or update a bot, Amazon Lex sets the status response element to
Creating.
|
CreateBotVersionResponse.Builder |
CreateBotVersionResponse.Builder.botStatus(BotStatus botStatus) |
When you send a request to create or update a bot, Amazon Lex sets the status response element to
Creating.
|
CreateBotVersionResponse.Builder |
CreateBotVersionResponse.Builder.botVersion(String botVersion) |
The version number assigned to the version.
|
CreateBotVersionResponse.Builder |
CreateBotVersionResponse.Builder.botVersionLocaleSpecification(Map<String,BotVersionLocaleDetails> botVersionLocaleSpecification) |
The source versions used for each locale in the new version.
|
static CreateBotVersionResponse.Builder |
CreateBotVersionResponse.builder() |
|
CreateBotVersionResponse.Builder |
CreateBotVersionResponse.Builder.creationDateTime(Instant creationDateTime) |
A timestamp of the date and time that the version was created.
|
CreateBotVersionResponse.Builder |
CreateBotVersionResponse.Builder.description(String description) |
The description of the version specified in the request.
|
CreateBotVersionResponse.Builder |
CreateBotVersionResponse.toBuilder() |
|