pub struct Builder { /* private fields */ }
Expand description
A builder for ServerSideEncryptionConfiguration
.
Implementations§
source§impl Builder
impl Builder
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
.