public static interface UpdateBotResponse.Builder extends LexModelsV2Response.Builder, SdkPojo, CopyableBuilder<UpdateBotResponse.Builder,UpdateBotResponse>
| Modifier and Type | Method and Description |
|---|---|
UpdateBotResponse.Builder |
botId(String botId)
The unique identifier of the bot that was updated.
|
UpdateBotResponse.Builder |
botMembers(BotMember... botMembers)
The list of bot members in the network that was updated.
|
UpdateBotResponse.Builder |
botMembers(Collection<BotMember> botMembers)
The list of bot members in the network that was updated.
|
UpdateBotResponse.Builder |
botMembers(Consumer<BotMember.Builder>... botMembers)
The list of bot members in the network that was updated.
|
UpdateBotResponse.Builder |
botName(String botName)
The name of the bot after the update.
|
UpdateBotResponse.Builder |
botStatus(BotStatus botStatus)
Shows the current status of the bot.
|
UpdateBotResponse.Builder |
botStatus(String botStatus)
Shows the current status of the bot.
|
UpdateBotResponse.Builder |
botType(BotType botType)
The type of the bot that was updated.
|
UpdateBotResponse.Builder |
botType(String botType)
The type of the bot that was updated.
|
UpdateBotResponse.Builder |
creationDateTime(Instant creationDateTime)
A timestamp of the date and time that the bot was created.
|
default UpdateBotResponse.Builder |
dataPrivacy(Consumer<DataPrivacy.Builder> dataPrivacy)
The data privacy settings for the bot after the update.
|
UpdateBotResponse.Builder |
dataPrivacy(DataPrivacy dataPrivacy)
The data privacy settings for the bot after the update.
|
UpdateBotResponse.Builder |
description(String description)
The description of the bot after the update.
|
UpdateBotResponse.Builder |
idleSessionTTLInSeconds(Integer idleSessionTTLInSeconds)
The session timeout, in seconds, for the bot after the update.
|
UpdateBotResponse.Builder |
lastUpdatedDateTime(Instant lastUpdatedDateTime)
A timestamp of the date and time that the bot was last updated.
|
UpdateBotResponse.Builder |
roleArn(String roleArn)
The Amazon Resource Name (ARN) of the IAM role used by the bot after the update.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateBotResponse.Builder botId(String botId)
The unique identifier of the bot that was updated.
botId - The unique identifier of the bot that was updated.UpdateBotResponse.Builder botName(String botName)
The name of the bot after the update.
botName - The name of the bot after the update.UpdateBotResponse.Builder description(String description)
The description of the bot after the update.
description - The description of the bot after the update.UpdateBotResponse.Builder roleArn(String roleArn)
The Amazon Resource Name (ARN) of the IAM role used by the bot after the update.
roleArn - The Amazon Resource Name (ARN) of the IAM role used by the bot after the update.UpdateBotResponse.Builder dataPrivacy(DataPrivacy dataPrivacy)
The data privacy settings for the bot after the update.
dataPrivacy - The data privacy settings for the bot after the update.default UpdateBotResponse.Builder dataPrivacy(Consumer<DataPrivacy.Builder> dataPrivacy)
The data privacy settings for the bot after the update.
This is a convenience method 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)UpdateBotResponse.Builder idleSessionTTLInSeconds(Integer idleSessionTTLInSeconds)
The session timeout, in seconds, for the bot after the update.
idleSessionTTLInSeconds - The session timeout, in seconds, for the bot after the update.UpdateBotResponse.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,
BotStatusUpdateBotResponse.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,
BotStatusUpdateBotResponse.Builder creationDateTime(Instant creationDateTime)
A timestamp of the date and time that the bot was created.
creationDateTime - A timestamp of the date and time that the bot was created.UpdateBotResponse.Builder lastUpdatedDateTime(Instant lastUpdatedDateTime)
A timestamp of the date and time that the bot was last updated.
lastUpdatedDateTime - A timestamp of the date and time that the bot was last updated.UpdateBotResponse.Builder botType(String botType)
The type of the bot that was updated.
UpdateBotResponse.Builder botType(BotType botType)
The type of the bot that was updated.
UpdateBotResponse.Builder botMembers(Collection<BotMember> botMembers)
The list of bot members in the network that was updated.
botMembers - The list of bot members in the network that was updated.UpdateBotResponse.Builder botMembers(BotMember... botMembers)
The list of bot members in the network that was updated.
botMembers - The list of bot members in the network that was updated.UpdateBotResponse.Builder botMembers(Consumer<BotMember.Builder>... botMembers)
The list of bot members in the network that was updated.
This is a convenience method that creates an instance of theBotMember.Builder avoiding the need to create one
manually via BotMember.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #botMembers(List.
botMembers - a consumer that will call methods on
BotMember.Builder#botMembers(java.util.Collection) Copyright © 2023. All rights reserved.