pub struct Builder { /* private fields */ }
Expand description
A builder for AwsKinesisStreamStreamEncryptionDetails
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn encryption_type(self, input: impl Into<String>) -> Self
pub fn encryption_type(self, input: impl Into<String>) -> Self
The encryption type to use.
sourcepub fn set_encryption_type(self, input: Option<String>) -> Self
pub fn set_encryption_type(self, input: Option<String>) -> Self
The encryption type to use.
sourcepub fn key_id(self, input: impl Into<String>) -> Self
pub fn key_id(self, input: impl Into<String>) -> Self
The globally unique identifier for the customer-managed KMS key to use for encryption.
sourcepub fn set_key_id(self, input: Option<String>) -> Self
pub fn set_key_id(self, input: Option<String>) -> Self
The globally unique identifier for the customer-managed KMS key to use for encryption.
sourcepub fn build(self) -> AwsKinesisStreamStreamEncryptionDetails
pub fn build(self) -> AwsKinesisStreamStreamEncryptionDetails
Consumes the builder and constructs a AwsKinesisStreamStreamEncryptionDetails
.