Struct aws_sdk_kafka::types::builders::EncryptionInfoBuilder
source · #[non_exhaustive]pub struct EncryptionInfoBuilder { /* private fields */ }
Expand description
A builder for EncryptionInfo
.
Implementations§
source§impl EncryptionInfoBuilder
impl EncryptionInfoBuilder
sourcepub fn encryption_at_rest(self, input: EncryptionAtRest) -> Self
pub fn encryption_at_rest(self, input: EncryptionAtRest) -> Self
The data-volume encryption details.
sourcepub fn set_encryption_at_rest(self, input: Option<EncryptionAtRest>) -> Self
pub fn set_encryption_at_rest(self, input: Option<EncryptionAtRest>) -> Self
The data-volume encryption details.
sourcepub fn get_encryption_at_rest(&self) -> &Option<EncryptionAtRest>
pub fn get_encryption_at_rest(&self) -> &Option<EncryptionAtRest>
The data-volume encryption details.
sourcepub fn encryption_in_transit(self, input: EncryptionInTransit) -> Self
pub fn encryption_in_transit(self, input: EncryptionInTransit) -> Self
The details for encryption in transit.
sourcepub fn set_encryption_in_transit(
self,
input: Option<EncryptionInTransit>
) -> Self
pub fn set_encryption_in_transit( self, input: Option<EncryptionInTransit> ) -> Self
The details for encryption in transit.
sourcepub fn get_encryption_in_transit(&self) -> &Option<EncryptionInTransit>
pub fn get_encryption_in_transit(&self) -> &Option<EncryptionInTransit>
The details for encryption in transit.
sourcepub fn build(self) -> EncryptionInfo
pub fn build(self) -> EncryptionInfo
Consumes the builder and constructs a EncryptionInfo
.
Trait Implementations§
source§impl Clone for EncryptionInfoBuilder
impl Clone for EncryptionInfoBuilder
source§fn clone(&self) -> EncryptionInfoBuilder
fn clone(&self) -> EncryptionInfoBuilder
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 Debug for EncryptionInfoBuilder
impl Debug for EncryptionInfoBuilder
source§impl Default for EncryptionInfoBuilder
impl Default for EncryptionInfoBuilder
source§fn default() -> EncryptionInfoBuilder
fn default() -> EncryptionInfoBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for EncryptionInfoBuilder
impl PartialEq for EncryptionInfoBuilder
source§fn eq(&self, other: &EncryptionInfoBuilder) -> bool
fn eq(&self, other: &EncryptionInfoBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for EncryptionInfoBuilder
Auto Trait Implementations§
impl RefUnwindSafe for EncryptionInfoBuilder
impl Send for EncryptionInfoBuilder
impl Sync for EncryptionInfoBuilder
impl Unpin for EncryptionInfoBuilder
impl UnwindSafe for EncryptionInfoBuilder
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.