Interface UpdateBotRecommendationRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateBotRecommendationRequest.Builder,UpdateBotRecommendationRequest>,LexModelsV2Request.Builder,SdkBuilder<UpdateBotRecommendationRequest.Builder,UpdateBotRecommendationRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdateBotRecommendationRequest
public static interface UpdateBotRecommendationRequest.Builder extends LexModelsV2Request.Builder, SdkPojo, CopyableBuilder<UpdateBotRecommendationRequest.Builder,UpdateBotRecommendationRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description UpdateBotRecommendationRequest.BuilderbotId(String botId)The unique identifier of the bot containing the bot recommendation to be updated.UpdateBotRecommendationRequest.BuilderbotRecommendationId(String botRecommendationId)The unique identifier of the bot recommendation to be updated.UpdateBotRecommendationRequest.BuilderbotVersion(String botVersion)The version of the bot containing the bot recommendation to be updated.default UpdateBotRecommendationRequest.BuilderencryptionSetting(Consumer<EncryptionSetting.Builder> encryptionSetting)The object representing the passwords that will be used to encrypt the data related to the bot recommendation results, as well as the KMS key ARN used to encrypt the associated metadata.UpdateBotRecommendationRequest.BuilderencryptionSetting(EncryptionSetting encryptionSetting)The object representing the passwords that will be used to encrypt the data related to the bot recommendation results, as well as the KMS key ARN used to encrypt the associated metadata.UpdateBotRecommendationRequest.BuilderlocaleId(String localeId)The identifier of the language and locale of the bot recommendation to update.UpdateBotRecommendationRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateBotRecommendationRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.lexmodelsv2.model.LexModelsV2Request.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
botId
UpdateBotRecommendationRequest.Builder botId(String botId)
The unique identifier of the bot containing the bot recommendation to be updated.
- Parameters:
botId- The unique identifier of the bot containing the bot recommendation to be updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
botVersion
UpdateBotRecommendationRequest.Builder botVersion(String botVersion)
The version of the bot containing the bot recommendation to be updated.
- Parameters:
botVersion- The version of the bot containing the bot recommendation to be updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
localeId
UpdateBotRecommendationRequest.Builder localeId(String localeId)
The identifier of the language and locale of the bot recommendation to update. The string must match one of the supported locales. For more information, see Supported languages
- Parameters:
localeId- The identifier of the language and locale of the bot recommendation to update. The string must match one of the supported locales. For more information, see Supported languages- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
botRecommendationId
UpdateBotRecommendationRequest.Builder botRecommendationId(String botRecommendationId)
The unique identifier of the bot recommendation to be updated.
- Parameters:
botRecommendationId- The unique identifier of the bot recommendation to be updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
encryptionSetting
UpdateBotRecommendationRequest.Builder encryptionSetting(EncryptionSetting encryptionSetting)
The object representing the passwords that will be used to encrypt the data related to the bot recommendation results, as well as the KMS key ARN used to encrypt the associated metadata.
- Parameters:
encryptionSetting- The object representing the passwords that will be used to encrypt the data related to the bot recommendation results, as well as the KMS key ARN used to encrypt the associated metadata.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
encryptionSetting
default UpdateBotRecommendationRequest.Builder encryptionSetting(Consumer<EncryptionSetting.Builder> encryptionSetting)
The object representing the passwords that will be used to encrypt the data related to the bot recommendation results, as well as the KMS key ARN used to encrypt the associated metadata.
This is a convenience method that creates an instance of theEncryptionSetting.Builderavoiding the need to create one manually viaEncryptionSetting.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toencryptionSetting(EncryptionSetting).- Parameters:
encryptionSetting- a consumer that will call methods onEncryptionSetting.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
encryptionSetting(EncryptionSetting)
-
overrideConfiguration
UpdateBotRecommendationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateBotRecommendationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-