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 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 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<EncryptionInfoBuilder> for EncryptionInfoBuilder
impl PartialEq<EncryptionInfoBuilder> 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 ==.