public static interface CreateBotVersionResponse.Builder extends LexModelsV2Response.Builder, SdkPojo, CopyableBuilder<CreateBotVersionResponse.Builder,CreateBotVersionResponse>
| Modifier and Type | Method and Description |
|---|---|
CreateBotVersionResponse.Builder |
botId(String botId)
The bot identifier specified in the request.
|
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 |
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 |
botVersion(String botVersion)
The version number assigned to the version.
|
CreateBotVersionResponse.Builder |
botVersionLocaleSpecification(Map<String,BotVersionLocaleDetails> botVersionLocaleSpecification)
The source versions used for each locale in the new version.
|
CreateBotVersionResponse.Builder |
creationDateTime(Instant creationDateTime)
A timestamp of the date and time that the version was created.
|
CreateBotVersionResponse.Builder |
description(String description)
The description of the version specified in the request.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateBotVersionResponse.Builder botId(String botId)
The bot identifier specified in the request.
botId - The bot identifier specified in the request.CreateBotVersionResponse.Builder description(String description)
The description of the version specified in the request.
description - The description of the version specified in the request.CreateBotVersionResponse.Builder botVersion(String botVersion)
The version number assigned to the version.
botVersion - The version number assigned to the version.CreateBotVersionResponse.Builder botVersionLocaleSpecification(Map<String,BotVersionLocaleDetails> botVersionLocaleSpecification)
The source versions used for each locale in the new version.
botVersionLocaleSpecification - The source versions used for each locale in the new version.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. After Amazon Lex builds the bot, it sets status to Available. If Amazon
Lex can't build the bot, it sets status to Failed.
botStatus - When you send a request to create or update a bot, Amazon Lex sets the status response element to
Creating. After Amazon Lex builds the bot, it sets status to Available. If
Amazon Lex can't build the bot, it sets status to Failed.BotStatus,
BotStatusCreateBotVersionResponse.Builder botStatus(BotStatus botStatus)
When you send a request to create or update a bot, Amazon Lex sets the status response element to
Creating. After Amazon Lex builds the bot, it sets status to Available. If Amazon
Lex can't build the bot, it sets status to Failed.
botStatus - When you send a request to create or update a bot, Amazon Lex sets the status response element to
Creating. After Amazon Lex builds the bot, it sets status to Available. If
Amazon Lex can't build the bot, it sets status to Failed.BotStatus,
BotStatusCreateBotVersionResponse.Builder creationDateTime(Instant creationDateTime)
A timestamp of the date and time that the version was created.
creationDateTime - A timestamp of the date and time that the version was created.Copyright © 2022. All rights reserved.