| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
EncryptionSetting.Builder |
EncryptionSetting.Builder.associatedTranscriptsPassword(String associatedTranscriptsPassword)
The password used to encrypt the associated transcript file.
|
EncryptionSetting.Builder |
EncryptionSetting.Builder.botLocaleExportPassword(String botLocaleExportPassword)
The password used to encrypt the recommended bot recommendation file.
|
static EncryptionSetting.Builder |
EncryptionSetting.builder() |
EncryptionSetting.Builder |
EncryptionSetting.Builder.kmsKeyArn(String kmsKeyArn)
The KMS key ARN used to encrypt the metadata associated with the bot recommendation.
|
EncryptionSetting.Builder |
EncryptionSetting.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends EncryptionSetting.Builder> |
EncryptionSetting.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default DescribeBotRecommendationResponse.Builder |
DescribeBotRecommendationResponse.Builder.encryptionSetting(Consumer<EncryptionSetting.Builder> encryptionSetting)
The object representing the passwords that were 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 StartBotRecommendationResponse.Builder |
StartBotRecommendationResponse.Builder.encryptionSetting(Consumer<EncryptionSetting.Builder> encryptionSetting)
The object representing the passwords that were 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 |
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.
|
default UpdateBotRecommendationResponse.Builder |
UpdateBotRecommendationResponse.Builder.encryptionSetting(Consumer<EncryptionSetting.Builder> encryptionSetting)
The object representing the passwords that were 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 StartBotRecommendationRequest.Builder |
StartBotRecommendationRequest.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.
|
Copyright © 2023. All rights reserved.