Struct aws_sdk_kafka::model::encryption_at_rest::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for EncryptionAtRest
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn data_volume_kms_key_id(self, input: impl Into<String>) -> Self
pub fn data_volume_kms_key_id(self, input: impl Into<String>) -> Self
The ARN of the AWS KMS key for encrypting data at rest. If you don't specify a KMS key, MSK creates one for you and uses it.
sourcepub fn set_data_volume_kms_key_id(self, input: Option<String>) -> Self
pub fn set_data_volume_kms_key_id(self, input: Option<String>) -> Self
The ARN of the AWS KMS key for encrypting data at rest. If you don't specify a KMS key, MSK creates one for you and uses it.
sourcepub fn build(self) -> EncryptionAtRest
pub fn build(self) -> EncryptionAtRest
Consumes the builder and constructs a EncryptionAtRest
.