Interface UpdateBotRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateBotRequest.Builder,,UpdateBotRequest> LexModelsV2Request.Builder,SdkBuilder<UpdateBotRequest.Builder,,UpdateBotRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
UpdateBotRequest
-
Method Summary
Modifier and TypeMethodDescriptionThe unique identifier of the bot to update.botMembers(Collection<BotMember> botMembers) The list of bot members in the network associated with the update action.botMembers(Consumer<BotMember.Builder>... botMembers) The list of bot members in the network associated with the update action.botMembers(BotMember... botMembers) The list of bot members in the network associated with the update action.The new name of the bot.The type of the bot to be updated.The type of the bot to be updated.default UpdateBotRequest.BuilderdataPrivacy(Consumer<DataPrivacy.Builder> dataPrivacy) Provides information on additional privacy protections Amazon Lex should use with the bot's data.dataPrivacy(DataPrivacy dataPrivacy) Provides information on additional privacy protections Amazon Lex should use with the bot's data.description(String description) A description of the bot.idleSessionTTLInSeconds(Integer idleSessionTTLInSeconds) The time, in seconds, that Amazon Lex should keep information about a user's conversation with the bot.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.The Amazon Resource Name (ARN) of an IAM role that has permissions to access the bot.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.lexmodelsv2.model.LexModelsV2Request.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
botId
The unique identifier of the bot to update. This identifier is returned by the CreateBot operation.
- Parameters:
botId- The unique identifier of the bot to update. This identifier is returned by the CreateBot operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
botName
The new name of the bot. The name must be unique in the account that creates the bot.
- Parameters:
botName- The new name of the bot. The name must be unique in the account that creates the bot.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
A description of the bot.
- Parameters:
description- A description of the bot.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
roleArn
The Amazon Resource Name (ARN) of an IAM role that has permissions to access the bot.
- Parameters:
roleArn- The Amazon Resource Name (ARN) of an IAM role that has permissions to access the bot.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dataPrivacy
Provides information on additional privacy protections Amazon Lex should use with the bot's data.
- Parameters:
dataPrivacy- Provides information on additional privacy protections Amazon Lex should use with the bot's data.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dataPrivacy
Provides information on additional privacy protections Amazon Lex should use with the bot's data.
This is a convenience method that creates an instance of theDataPrivacy.Builderavoiding the need to create one manually viaDataPrivacy.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed todataPrivacy(DataPrivacy).- Parameters:
dataPrivacy- a consumer that will call methods onDataPrivacy.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
idleSessionTTLInSeconds
The time, in seconds, that Amazon Lex should keep information about a user's conversation with the bot.
A user interaction remains active for the amount of time specified. If no conversation occurs during this time, the session expires and Amazon Lex deletes any data provided before the timeout.
You can specify between 60 (1 minute) and 86,400 (24 hours) seconds.
- Parameters:
idleSessionTTLInSeconds- The time, in seconds, that Amazon Lex should keep information about a user's conversation with the bot.A user interaction remains active for the amount of time specified. If no conversation occurs during this time, the session expires and Amazon Lex deletes any data provided before the timeout.
You can specify between 60 (1 minute) and 86,400 (24 hours) seconds.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
botType
The type of the bot to be updated.
- Parameters:
botType- The type of the bot to be updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
botType
The type of the bot to be updated.
- Parameters:
botType- The type of the bot to be updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
botMembers
The list of bot members in the network associated with the update action.
- Parameters:
botMembers- The list of bot members in the network associated with the update action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
botMembers
The list of bot members in the network associated with the update action.
- Parameters:
botMembers- The list of bot members in the network associated with the update action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
botMembers
The list of bot members in the network associated with the update action.
This is a convenience method that creates an instance of theBotMember.Builderavoiding the need to create one manually viaBotMember.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tobotMembers(List<BotMember>).- Parameters:
botMembers- a consumer that will call methods onBotMember.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
UpdateBotRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
UpdateBotRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-