Struct aws_sdk_kafka::model::encryption_info::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for EncryptionInfo
.
Implementations§
source§impl Builder
impl Builder
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
.