DescribeBotVersionResponse.Builder |
DescribeBotVersionResponse.Builder.botId(String botId) |
The identifier of the bot that contains the version.
|
DescribeBotVersionResponse.Builder |
DescribeBotVersionResponse.Builder.botMembers(Collection<BotMember> botMembers) |
The members of bot network in the version that was described.
|
DescribeBotVersionResponse.Builder |
DescribeBotVersionResponse.Builder.botMembers(Consumer<BotMember.Builder>... botMembers) |
The members of bot network in the version that was described.
|
DescribeBotVersionResponse.Builder |
DescribeBotVersionResponse.Builder.botMembers(BotMember... botMembers) |
The members of bot network in the version that was described.
|
DescribeBotVersionResponse.Builder |
DescribeBotVersionResponse.Builder.botName(String botName) |
The name of the bot that contains the version.
|
DescribeBotVersionResponse.Builder |
DescribeBotVersionResponse.Builder.botStatus(String botStatus) |
The current status of the bot.
|
DescribeBotVersionResponse.Builder |
DescribeBotVersionResponse.Builder.botStatus(BotStatus botStatus) |
The current status of the bot.
|
DescribeBotVersionResponse.Builder |
DescribeBotVersionResponse.Builder.botType(String botType) |
The type of the bot in the version that was described.
|
DescribeBotVersionResponse.Builder |
DescribeBotVersionResponse.Builder.botType(BotType botType) |
The type of the bot in the version that was described.
|
DescribeBotVersionResponse.Builder |
DescribeBotVersionResponse.Builder.botVersion(String botVersion) |
The version of the bot that was described.
|
static DescribeBotVersionResponse.Builder |
DescribeBotVersionResponse.builder() |
|
DescribeBotVersionResponse.Builder |
DescribeBotVersionResponse.Builder.creationDateTime(Instant creationDateTime) |
A timestamp of the date and time that the bot version was created.
|
default DescribeBotVersionResponse.Builder |
DescribeBotVersionResponse.Builder.dataPrivacy(Consumer<DataPrivacy.Builder> dataPrivacy) |
Data privacy settings for the bot version.
|
DescribeBotVersionResponse.Builder |
DescribeBotVersionResponse.Builder.dataPrivacy(DataPrivacy dataPrivacy) |
Data privacy settings for the bot version.
|
DescribeBotVersionResponse.Builder |
DescribeBotVersionResponse.Builder.description(String description) |
The description specified for the bot.
|
DescribeBotVersionResponse.Builder |
DescribeBotVersionResponse.Builder.failureReasons(String... failureReasons) |
If the botStatus is Failed, this contains a list of reasons that the version
couldn't be built.
|
DescribeBotVersionResponse.Builder |
DescribeBotVersionResponse.Builder.failureReasons(Collection<String> failureReasons) |
If the botStatus is Failed, this contains a list of reasons that the version
couldn't be built.
|
DescribeBotVersionResponse.Builder |
DescribeBotVersionResponse.Builder.idleSessionTTLInSeconds(Integer idleSessionTTLInSeconds) |
The number of seconds that a session with the bot remains active before it is discarded by Amazon Lex.
|
DescribeBotVersionResponse.Builder |
DescribeBotVersionResponse.Builder.parentBotNetworks(Collection<ParentBotNetwork> parentBotNetworks) |
A list of the networks to which the bot version you described belongs.
|
DescribeBotVersionResponse.Builder |
DescribeBotVersionResponse.Builder.parentBotNetworks(Consumer<ParentBotNetwork.Builder>... parentBotNetworks) |
A list of the networks to which the bot version you described belongs.
|
DescribeBotVersionResponse.Builder |
DescribeBotVersionResponse.Builder.parentBotNetworks(ParentBotNetwork... parentBotNetworks) |
A list of the networks to which the bot version you described belongs.
|
DescribeBotVersionResponse.Builder |
DescribeBotVersionResponse.Builder.roleArn(String roleArn) |
The Amazon Resource Name (ARN) of an IAM role that has permission to access the bot version.
|
DescribeBotVersionResponse.Builder |
DescribeBotVersionResponse.toBuilder() |
|