| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
CreateBotResponse.Builder |
CreateBotResponse.Builder.botId(String botId)
A unique identifier for a particular bot.
|
CreateBotResponse.Builder |
CreateBotResponse.Builder.botName(String botName)
The name specified for the bot.
|
CreateBotResponse.Builder |
CreateBotResponse.Builder.botStatus(BotStatus botStatus)
Shows the current status of the bot.
|
CreateBotResponse.Builder |
CreateBotResponse.Builder.botStatus(String botStatus)
Shows the current status of the bot.
|
CreateBotResponse.Builder |
CreateBotResponse.Builder.botTags(Map<String,String> botTags)
A list of tags associated with the bot.
|
static CreateBotResponse.Builder |
CreateBotResponse.builder() |
CreateBotResponse.Builder |
CreateBotResponse.Builder.creationDateTime(Instant creationDateTime)
A timestamp indicating the date and time that the bot was created.
|
default CreateBotResponse.Builder |
CreateBotResponse.Builder.dataPrivacy(Consumer<DataPrivacy.Builder> dataPrivacy)
The data privacy settings specified for the bot.
|
CreateBotResponse.Builder |
CreateBotResponse.Builder.dataPrivacy(DataPrivacy dataPrivacy)
The data privacy settings specified for the bot.
|
CreateBotResponse.Builder |
CreateBotResponse.Builder.description(String description)
The description specified for the bot.
|
CreateBotResponse.Builder |
CreateBotResponse.Builder.idleSessionTTLInSeconds(Integer idleSessionTTLInSeconds)
The session idle time specified for the bot.
|
CreateBotResponse.Builder |
CreateBotResponse.Builder.roleArn(String roleArn)
The IAM role specified for the bot.
|
CreateBotResponse.Builder |
CreateBotResponse.Builder.testBotAliasTags(Map<String,String> testBotAliasTags)
A list of tags associated with the test alias for the bot.
|
CreateBotResponse.Builder |
CreateBotResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateBotResponse.Builder> |
CreateBotResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.