public static interface EncryptionSetting.Builder extends SdkPojo, CopyableBuilder<EncryptionSetting.Builder,EncryptionSetting>
| Modifier and Type | Method and Description |
|---|---|
EncryptionSetting.Builder |
associatedTranscriptsPassword(String associatedTranscriptsPassword)
The password used to encrypt the associated transcript file.
|
EncryptionSetting.Builder |
botLocaleExportPassword(String botLocaleExportPassword)
The password used to encrypt the recommended bot recommendation file.
|
EncryptionSetting.Builder |
kmsKeyArn(String kmsKeyArn)
The KMS key ARN used to encrypt the metadata associated with the bot recommendation.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildEncryptionSetting.Builder kmsKeyArn(String kmsKeyArn)
The KMS key ARN used to encrypt the metadata associated with the bot recommendation.
kmsKeyArn - The KMS key ARN used to encrypt the metadata associated with the bot recommendation.EncryptionSetting.Builder botLocaleExportPassword(String botLocaleExportPassword)
The password used to encrypt the recommended bot recommendation file.
botLocaleExportPassword - The password used to encrypt the recommended bot recommendation file.EncryptionSetting.Builder associatedTranscriptsPassword(String associatedTranscriptsPassword)
The password used to encrypt the associated transcript file.
associatedTranscriptsPassword - The password used to encrypt the associated transcript file.Copyright © 2022. All rights reserved.