public static interface CreateBotResponse.Builder extends LexModelsV2Response.Builder, SdkPojo, CopyableBuilder<CreateBotResponse.Builder,CreateBotResponse>
| Modifier and Type | Method and Description |
|---|---|
CreateBotResponse.Builder |
botId(String botId)
A unique identifier for a particular bot.
|
CreateBotResponse.Builder |
botName(String botName)
The name specified for the bot.
|
CreateBotResponse.Builder |
botStatus(BotStatus botStatus)
Shows the current status of the bot.
|
CreateBotResponse.Builder |
botStatus(String botStatus)
Shows the current status of the bot.
|
CreateBotResponse.Builder |
botTags(Map<String,String> botTags)
A list of tags associated with the bot.
|
CreateBotResponse.Builder |
creationDateTime(Instant creationDateTime)
A timestamp indicating the date and time that the bot was created.
|
default CreateBotResponse.Builder |
dataPrivacy(Consumer<DataPrivacy.Builder> dataPrivacy)
The data privacy settings specified for the bot.
|
CreateBotResponse.Builder |
dataPrivacy(DataPrivacy dataPrivacy)
The data privacy settings specified for the bot.
|
CreateBotResponse.Builder |
description(String description)
The description specified for the bot.
|
CreateBotResponse.Builder |
idleSessionTTLInSeconds(Integer idleSessionTTLInSeconds)
The session idle time specified for the bot.
|
CreateBotResponse.Builder |
roleArn(String roleArn)
The IAM role specified for the bot.
|
CreateBotResponse.Builder |
testBotAliasTags(Map<String,String> testBotAliasTags)
A list of tags associated with the test alias for the bot.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateBotResponse.Builder botId(String botId)
A unique identifier for a particular bot. You use this to identify the bot when you call other Amazon Lex API operations.
botId - A unique identifier for a particular bot. You use this to identify the bot when you call other Amazon
Lex API operations.CreateBotResponse.Builder botName(String botName)
The name specified for the bot.
botName - The name specified for the bot.CreateBotResponse.Builder description(String description)
The description specified for the bot.
description - The description specified for the bot.CreateBotResponse.Builder roleArn(String roleArn)
The IAM role specified for the bot.
roleArn - The IAM role specified for the bot.CreateBotResponse.Builder dataPrivacy(DataPrivacy dataPrivacy)
The data privacy settings specified for the bot.
dataPrivacy - The data privacy settings specified for the bot.default CreateBotResponse.Builder dataPrivacy(Consumer<DataPrivacy.Builder> dataPrivacy)
The data privacy settings specified for the bot.
This is a convenience that creates an instance of theDataPrivacy.Builder avoiding the need to create
one manually via DataPrivacy.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to dataPrivacy(DataPrivacy).dataPrivacy - a consumer that will call methods on DataPrivacy.BuilderdataPrivacy(DataPrivacy)CreateBotResponse.Builder idleSessionTTLInSeconds(Integer idleSessionTTLInSeconds)
The session idle time specified for the bot.
idleSessionTTLInSeconds - The session idle time specified for the bot.CreateBotResponse.Builder botStatus(String botStatus)
Shows the current status of the bot. The bot is first in the Creating status. Once the bot is
read for use, it changes to the Available status. After the bot is created, you can use the
Draft version of the bot.
botStatus - Shows the current status of the bot. The bot is first in the Creating status. Once the
bot is read for use, it changes to the Available status. After the bot is created, you
can use the Draft version of the bot.BotStatus,
BotStatusCreateBotResponse.Builder botStatus(BotStatus botStatus)
Shows the current status of the bot. The bot is first in the Creating status. Once the bot is
read for use, it changes to the Available status. After the bot is created, you can use the
Draft version of the bot.
botStatus - Shows the current status of the bot. The bot is first in the Creating status. Once the
bot is read for use, it changes to the Available status. After the bot is created, you
can use the Draft version of the bot.BotStatus,
BotStatusCreateBotResponse.Builder creationDateTime(Instant creationDateTime)
A timestamp indicating the date and time that the bot was created.
creationDateTime - A timestamp indicating the date and time that the bot was created.CreateBotResponse.Builder botTags(Map<String,String> botTags)
A list of tags associated with the bot.
botTags - A list of tags associated with the bot.CreateBotResponse.Builder testBotAliasTags(Map<String,String> testBotAliasTags)
A list of tags associated with the test alias for the bot.
testBotAliasTags - A list of tags associated with the test alias for the bot.Copyright © 2022. All rights reserved.