#[non_exhaustive]pub struct ServerSideEncryptionConfigurationBuilder { /* private fields */ }
Expand description
A builder for ServerSideEncryptionConfiguration
.
Implementations§
source§impl ServerSideEncryptionConfigurationBuilder
impl ServerSideEncryptionConfigurationBuilder
sourcepub fn kms_key_id(self, input: impl Into<String>) -> Self
pub fn kms_key_id(self, input: impl Into<String>) -> Self
The customer managed key used for encryption. For more information about setting up a customer managed key for Amazon Q, see Enable Amazon Q in Connect for your instance. For information about valid ID values, see Key identifiers (KeyId).
sourcepub fn set_kms_key_id(self, input: Option<String>) -> Self
pub fn set_kms_key_id(self, input: Option<String>) -> Self
The customer managed key used for encryption. For more information about setting up a customer managed key for Amazon Q, see Enable Amazon Q in Connect for your instance. For information about valid ID values, see Key identifiers (KeyId).
sourcepub fn get_kms_key_id(&self) -> &Option<String>
pub fn get_kms_key_id(&self) -> &Option<String>
The customer managed key used for encryption. For more information about setting up a customer managed key for Amazon Q, see Enable Amazon Q in Connect for your instance. For information about valid ID values, see Key identifiers (KeyId).
sourcepub fn build(self) -> ServerSideEncryptionConfiguration
pub fn build(self) -> ServerSideEncryptionConfiguration
Consumes the builder and constructs a ServerSideEncryptionConfiguration
.
Trait Implementations§
source§impl Clone for ServerSideEncryptionConfigurationBuilder
impl Clone for ServerSideEncryptionConfigurationBuilder
source§fn clone(&self) -> ServerSideEncryptionConfigurationBuilder
fn clone(&self) -> ServerSideEncryptionConfigurationBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Default for ServerSideEncryptionConfigurationBuilder
impl Default for ServerSideEncryptionConfigurationBuilder
source§fn default() -> ServerSideEncryptionConfigurationBuilder
fn default() -> ServerSideEncryptionConfigurationBuilder
source§impl PartialEq for ServerSideEncryptionConfigurationBuilder
impl PartialEq for ServerSideEncryptionConfigurationBuilder
source§fn eq(&self, other: &ServerSideEncryptionConfigurationBuilder) -> bool
fn eq(&self, other: &ServerSideEncryptionConfigurationBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.