Struct aws_sdk_glue::model::cloud_watch_encryption::Builder
source · pub struct Builder { /* private fields */ }Expand description
A builder for CloudWatchEncryption.
Implementations§
source§impl Builder
impl Builder
sourcepub fn cloud_watch_encryption_mode(self, input: CloudWatchEncryptionMode) -> Self
pub fn cloud_watch_encryption_mode(self, input: CloudWatchEncryptionMode) -> Self
The encryption mode to use for CloudWatch data.
sourcepub fn set_cloud_watch_encryption_mode(
self,
input: Option<CloudWatchEncryptionMode>
) -> Self
pub fn set_cloud_watch_encryption_mode(
self,
input: Option<CloudWatchEncryptionMode>
) -> Self
The encryption mode to use for CloudWatch data.
sourcepub fn kms_key_arn(self, input: impl Into<String>) -> Self
pub fn kms_key_arn(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) of the KMS key to be used to encrypt the data.
sourcepub fn set_kms_key_arn(self, input: Option<String>) -> Self
pub fn set_kms_key_arn(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) of the KMS key to be used to encrypt the data.
sourcepub fn build(self) -> CloudWatchEncryption
pub fn build(self) -> CloudWatchEncryption
Consumes the builder and constructs a CloudWatchEncryption.