Struct aws_sdk_securityhub::types::builders::AwsMskClusterClusterInfoEncryptionInfoEncryptionAtRestDetailsBuilder
source · #[non_exhaustive]pub struct AwsMskClusterClusterInfoEncryptionInfoEncryptionAtRestDetailsBuilder { /* private fields */ }
Expand description
Implementations§
source§impl AwsMskClusterClusterInfoEncryptionInfoEncryptionAtRestDetailsBuilder
impl AwsMskClusterClusterInfoEncryptionInfoEncryptionAtRestDetailsBuilder
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 Amazon Resource Name (ARN) of the 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 Amazon Resource Name (ARN) of the 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 get_data_volume_kms_key_id(&self) -> &Option<String>
pub fn get_data_volume_kms_key_id(&self) -> &Option<String>
The Amazon Resource Name (ARN) of the 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
) -> AwsMskClusterClusterInfoEncryptionInfoEncryptionAtRestDetails
pub fn build( self ) -> AwsMskClusterClusterInfoEncryptionInfoEncryptionAtRestDetails
Consumes the builder and constructs a AwsMskClusterClusterInfoEncryptionInfoEncryptionAtRestDetails
.
Trait Implementations§
source§impl Clone for AwsMskClusterClusterInfoEncryptionInfoEncryptionAtRestDetailsBuilder
impl Clone for AwsMskClusterClusterInfoEncryptionInfoEncryptionAtRestDetailsBuilder
source§fn clone(
&self
) -> AwsMskClusterClusterInfoEncryptionInfoEncryptionAtRestDetailsBuilder
fn clone( &self ) -> AwsMskClusterClusterInfoEncryptionInfoEncryptionAtRestDetailsBuilder
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 AwsMskClusterClusterInfoEncryptionInfoEncryptionAtRestDetailsBuilder
impl Default for AwsMskClusterClusterInfoEncryptionInfoEncryptionAtRestDetailsBuilder
source§fn default(
) -> AwsMskClusterClusterInfoEncryptionInfoEncryptionAtRestDetailsBuilder
fn default( ) -> AwsMskClusterClusterInfoEncryptionInfoEncryptionAtRestDetailsBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for AwsMskClusterClusterInfoEncryptionInfoEncryptionAtRestDetailsBuilder
impl PartialEq for AwsMskClusterClusterInfoEncryptionInfoEncryptionAtRestDetailsBuilder
source§fn eq(
&self,
other: &AwsMskClusterClusterInfoEncryptionInfoEncryptionAtRestDetailsBuilder
) -> bool
fn eq( &self, other: &AwsMskClusterClusterInfoEncryptionInfoEncryptionAtRestDetailsBuilder ) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for AwsMskClusterClusterInfoEncryptionInfoEncryptionAtRestDetailsBuilder
Auto Trait Implementations§
impl RefUnwindSafe for AwsMskClusterClusterInfoEncryptionInfoEncryptionAtRestDetailsBuilder
impl Send for AwsMskClusterClusterInfoEncryptionInfoEncryptionAtRestDetailsBuilder
impl Sync for AwsMskClusterClusterInfoEncryptionInfoEncryptionAtRestDetailsBuilder
impl Unpin for AwsMskClusterClusterInfoEncryptionInfoEncryptionAtRestDetailsBuilder
impl UnwindSafe for AwsMskClusterClusterInfoEncryptionInfoEncryptionAtRestDetailsBuilder
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.