Struct aws_sdk_lexmodelsv2::model::encryption_setting::Builder
source · pub struct Builder { /* private fields */ }Expand description
A builder for EncryptionSetting.
Implementations§
source§impl Builder
impl Builder
sourcepub fn kms_key_arn(self, input: impl Into<String>) -> Self
pub fn kms_key_arn(self, input: impl Into<String>) -> Self
The KMS key ARN used to encrypt the metadata associated with the bot recommendation.
sourcepub fn set_kms_key_arn(self, input: Option<String>) -> Self
pub fn set_kms_key_arn(self, input: Option<String>) -> Self
The KMS key ARN used to encrypt the metadata associated with the bot recommendation.
sourcepub fn bot_locale_export_password(self, input: impl Into<String>) -> Self
pub fn bot_locale_export_password(self, input: impl Into<String>) -> Self
The password used to encrypt the recommended bot recommendation file.
sourcepub fn set_bot_locale_export_password(self, input: Option<String>) -> Self
pub fn set_bot_locale_export_password(self, input: Option<String>) -> Self
The password used to encrypt the recommended bot recommendation file.
sourcepub fn associated_transcripts_password(self, input: impl Into<String>) -> Self
pub fn associated_transcripts_password(self, input: impl Into<String>) -> Self
The password used to encrypt the associated transcript file.
sourcepub fn set_associated_transcripts_password(self, input: Option<String>) -> Self
pub fn set_associated_transcripts_password(self, input: Option<String>) -> Self
The password used to encrypt the associated transcript file.
sourcepub fn build(self) -> EncryptionSetting
pub fn build(self) -> EncryptionSetting
Consumes the builder and constructs a EncryptionSetting.