public static interface UpdateBotRecommendationRequest.Builder extends LexModelsV2Request.Builder, SdkPojo, CopyableBuilder<UpdateBotRecommendationRequest.Builder,UpdateBotRecommendationRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateBotRecommendationRequest.Builder |
botId(String botId)
The unique identifier of the bot containing the bot recommendation to be updated.
|
UpdateBotRecommendationRequest.Builder |
botRecommendationId(String botRecommendationId)
The unique identifier of the bot recommendation to be updated.
|
UpdateBotRecommendationRequest.Builder |
botVersion(String botVersion)
The version of the bot containing the bot recommendation to be updated.
|
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.
|
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.
|
UpdateBotRecommendationRequest.Builder |
localeId(String localeId)
The identifier of the language and locale of the bot recommendation to update.
|
UpdateBotRecommendationRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateBotRecommendationRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateBotRecommendationRequest.Builder botId(String botId)
The unique identifier of the bot containing the bot recommendation to be updated.
botId - The unique identifier of the bot containing the bot recommendation to be updated.UpdateBotRecommendationRequest.Builder botVersion(String botVersion)
The version of the bot containing the bot recommendation to be updated.
botVersion - The version of the bot containing the bot recommendation to be updated.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
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 languagesUpdateBotRecommendationRequest.Builder botRecommendationId(String botRecommendationId)
The unique identifier of the bot recommendation to be updated.
botRecommendationId - The unique identifier of the bot recommendation to be updated.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.
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.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.Builder avoiding the
need to create one manually via EncryptionSetting.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to encryptionSetting(EncryptionSetting).encryptionSetting - a consumer that will call methods on EncryptionSetting.BuilderencryptionSetting(EncryptionSetting)UpdateBotRecommendationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateBotRecommendationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.