Struct aws_sdk_securityhub::model::aws_elasticsearch_domain_encryption_at_rest_options::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for AwsElasticsearchDomainEncryptionAtRestOptions
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn set_enabled(self, input: Option<bool>) -> Self
pub fn set_enabled(self, input: Option<bool>) -> Self
Whether encryption at rest is enabled.
sourcepub fn kms_key_id(self, input: impl Into<String>) -> Self
pub fn kms_key_id(self, input: impl Into<String>) -> Self
The KMS key ID. Takes the form 1a2a3a4-1a2a-3a4a-5a6a-1a2a3a4a5a6a
.
sourcepub fn set_kms_key_id(self, input: Option<String>) -> Self
pub fn set_kms_key_id(self, input: Option<String>) -> Self
The KMS key ID. Takes the form 1a2a3a4-1a2a-3a4a-5a6a-1a2a3a4a5a6a
.
sourcepub fn build(self) -> AwsElasticsearchDomainEncryptionAtRestOptions
pub fn build(self) -> AwsElasticsearchDomainEncryptionAtRestOptions
Consumes the builder and constructs a AwsElasticsearchDomainEncryptionAtRestOptions
.