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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EncryptionSetting.BuilderassociatedTranscriptsPassword(String associatedTranscriptsPassword)The password used to encrypt the associated transcript file.EncryptionSetting.BuilderbotLocaleExportPassword(String botLocaleExportPassword)The password used to encrypt the recommended bot recommendation file.EncryptionSetting.BuilderkmsKeyArn(String kmsKeyArn)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 Detail
-
kmsKeyArn
EncryptionSetting.Builder kmsKeyArn(String 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
EncryptionSetting.Builder botLocaleExportPassword(String 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
EncryptionSetting.Builder associatedTranscriptsPassword(String 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.
-
-