pub struct Builder { /* private fields */ }
Expand description
A builder for CustomerContentEncryptionConfiguration
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn kms_key(self, input: impl Into<String>) -> Self
pub fn kms_key(self, input: impl Into<String>) -> Self
The KMS key that is used to encrypt the user's data stores in Athena.
sourcepub fn set_kms_key(self, input: Option<String>) -> Self
pub fn set_kms_key(self, input: Option<String>) -> Self
The KMS key that is used to encrypt the user's data stores in Athena.
sourcepub fn build(self) -> CustomerContentEncryptionConfiguration
pub fn build(self) -> CustomerContentEncryptionConfiguration
Consumes the builder and constructs a CustomerContentEncryptionConfiguration
.