#[non_exhaustive]pub struct ServerSideEncryptionConfigurationBuilder { /* private fields */ }
Expand description
A builder for ServerSideEncryptionConfiguration
.
Implementations§
source§impl ServerSideEncryptionConfigurationBuilder
impl ServerSideEncryptionConfigurationBuilder
sourcepub fn rules(self, input: ServerSideEncryptionRule) -> Self
pub fn rules(self, input: ServerSideEncryptionRule) -> Self
Appends an item to rules
.
To override the contents of this collection use set_rules
.
Container for information about a particular server-side encryption configuration rule.
sourcepub fn set_rules(self, input: Option<Vec<ServerSideEncryptionRule>>) -> Self
pub fn set_rules(self, input: Option<Vec<ServerSideEncryptionRule>>) -> Self
Container for information about a particular server-side encryption configuration rule.
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
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 Default for ServerSideEncryptionConfigurationBuilder
impl Default for ServerSideEncryptionConfigurationBuilder
source§fn default() -> ServerSideEncryptionConfigurationBuilder
fn default() -> ServerSideEncryptionConfigurationBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<ServerSideEncryptionConfigurationBuilder> for ServerSideEncryptionConfigurationBuilder
impl PartialEq<ServerSideEncryptionConfigurationBuilder> for ServerSideEncryptionConfigurationBuilder
source§fn eq(&self, other: &ServerSideEncryptionConfigurationBuilder) -> bool
fn eq(&self, other: &ServerSideEncryptionConfigurationBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.