Struct aws_sdk_s3::operation::get_bucket_encryption::builders::GetBucketEncryptionOutputBuilder
source · #[non_exhaustive]pub struct GetBucketEncryptionOutputBuilder { /* private fields */ }
Expand description
A builder for GetBucketEncryptionOutput
.
Implementations§
source§impl GetBucketEncryptionOutputBuilder
impl GetBucketEncryptionOutputBuilder
sourcepub fn server_side_encryption_configuration(
self,
input: ServerSideEncryptionConfiguration
) -> Self
pub fn server_side_encryption_configuration( self, input: ServerSideEncryptionConfiguration ) -> Self
Specifies the default server-side-encryption configuration.
sourcepub fn set_server_side_encryption_configuration(
self,
input: Option<ServerSideEncryptionConfiguration>
) -> Self
pub fn set_server_side_encryption_configuration( self, input: Option<ServerSideEncryptionConfiguration> ) -> Self
Specifies the default server-side-encryption configuration.
sourcepub fn build(self) -> GetBucketEncryptionOutput
pub fn build(self) -> GetBucketEncryptionOutput
Consumes the builder and constructs a GetBucketEncryptionOutput
.
Trait Implementations§
source§impl Clone for GetBucketEncryptionOutputBuilder
impl Clone for GetBucketEncryptionOutputBuilder
source§fn clone(&self) -> GetBucketEncryptionOutputBuilder
fn clone(&self) -> GetBucketEncryptionOutputBuilder
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 GetBucketEncryptionOutputBuilder
impl Default for GetBucketEncryptionOutputBuilder
source§fn default() -> GetBucketEncryptionOutputBuilder
fn default() -> GetBucketEncryptionOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<GetBucketEncryptionOutputBuilder> for GetBucketEncryptionOutputBuilder
impl PartialEq<GetBucketEncryptionOutputBuilder> for GetBucketEncryptionOutputBuilder
source§fn eq(&self, other: &GetBucketEncryptionOutputBuilder) -> bool
fn eq(&self, other: &GetBucketEncryptionOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.