Struct aws_sdk_securityhub::types::builders::AwsElasticsearchDomainEncryptionAtRestOptionsBuilder
source · #[non_exhaustive]pub struct AwsElasticsearchDomainEncryptionAtRestOptionsBuilder { /* private fields */ }Expand description
A builder for AwsElasticsearchDomainEncryptionAtRestOptions.
Implementations§
source§impl AwsElasticsearchDomainEncryptionAtRestOptionsBuilder
impl AwsElasticsearchDomainEncryptionAtRestOptionsBuilder
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.
Trait Implementations§
source§impl Clone for AwsElasticsearchDomainEncryptionAtRestOptionsBuilder
impl Clone for AwsElasticsearchDomainEncryptionAtRestOptionsBuilder
source§fn clone(&self) -> AwsElasticsearchDomainEncryptionAtRestOptionsBuilder
fn clone(&self) -> AwsElasticsearchDomainEncryptionAtRestOptionsBuilder
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Default for AwsElasticsearchDomainEncryptionAtRestOptionsBuilder
impl Default for AwsElasticsearchDomainEncryptionAtRestOptionsBuilder
source§fn default() -> AwsElasticsearchDomainEncryptionAtRestOptionsBuilder
fn default() -> AwsElasticsearchDomainEncryptionAtRestOptionsBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<AwsElasticsearchDomainEncryptionAtRestOptionsBuilder> for AwsElasticsearchDomainEncryptionAtRestOptionsBuilder
impl PartialEq<AwsElasticsearchDomainEncryptionAtRestOptionsBuilder> for AwsElasticsearchDomainEncryptionAtRestOptionsBuilder
source§fn eq(
&self,
other: &AwsElasticsearchDomainEncryptionAtRestOptionsBuilder
) -> bool
fn eq( &self, other: &AwsElasticsearchDomainEncryptionAtRestOptionsBuilder ) -> bool
This method tests for
self and other values to be equal, and is used
by ==.