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 get_enabled(&self) -> &Option<bool>
pub fn get_enabled(&self) -> &Option<bool>
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 get_kms_key_id(&self) -> &Option<String>
pub fn get_kms_key_id(&self) -> &Option<String>
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 for AwsElasticsearchDomainEncryptionAtRestOptionsBuilder
impl PartialEq 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 ==
.impl StructuralPartialEq for AwsElasticsearchDomainEncryptionAtRestOptionsBuilder
Auto Trait Implementations§
impl RefUnwindSafe for AwsElasticsearchDomainEncryptionAtRestOptionsBuilder
impl Send for AwsElasticsearchDomainEncryptionAtRestOptionsBuilder
impl Sync for AwsElasticsearchDomainEncryptionAtRestOptionsBuilder
impl Unpin for AwsElasticsearchDomainEncryptionAtRestOptionsBuilder
impl UnwindSafe for AwsElasticsearchDomainEncryptionAtRestOptionsBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.