Interface EncryptionSetting.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<EncryptionSetting.Builder,
,EncryptionSetting> SdkBuilder<EncryptionSetting.Builder,
,EncryptionSetting> SdkPojo
- Enclosing class:
EncryptionSetting
public static interface EncryptionSetting.Builder
extends SdkPojo, CopyableBuilder<EncryptionSetting.Builder,EncryptionSetting>
-
Method Summary
Modifier and TypeMethodDescriptionassociatedTranscriptsPassword
(String associatedTranscriptsPassword) The password used to encrypt the associated transcript file.botLocaleExportPassword
(String botLocaleExportPassword) The password used to encrypt the recommended bot recommendation file.The KMS key ARN used to encrypt the metadata associated with the bot recommendation.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
kmsKeyArn
The KMS key ARN used to encrypt the metadata associated with the bot recommendation.
- Parameters:
kmsKeyArn
- The KMS key ARN used to encrypt the metadata associated with the bot recommendation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
botLocaleExportPassword
The password used to encrypt the recommended bot recommendation file.
- Parameters:
botLocaleExportPassword
- The password used to encrypt the recommended bot recommendation file.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
associatedTranscriptsPassword
The password used to encrypt the associated transcript file.
- Parameters:
associatedTranscriptsPassword
- The password used to encrypt the associated transcript file.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-