Struct bonsaidb::keystorage::s3::aws_sdk_s3::operation::get_bucket_encryption::builders::GetBucketEncryptionOutputBuilder
#[non_exhaustive]pub struct GetBucketEncryptionOutputBuilder { /* private fields */ }
Expand description
A builder for GetBucketEncryptionOutput
.
Implementations§
§impl GetBucketEncryptionOutputBuilder
impl GetBucketEncryptionOutputBuilder
pub fn server_side_encryption_configuration(
self,
input: ServerSideEncryptionConfiguration
) -> GetBucketEncryptionOutputBuilder
pub fn server_side_encryption_configuration( self, input: ServerSideEncryptionConfiguration ) -> GetBucketEncryptionOutputBuilder
Specifies the default server-side-encryption configuration.
pub fn set_server_side_encryption_configuration(
self,
input: Option<ServerSideEncryptionConfiguration>
) -> GetBucketEncryptionOutputBuilder
pub fn set_server_side_encryption_configuration( self, input: Option<ServerSideEncryptionConfiguration> ) -> GetBucketEncryptionOutputBuilder
Specifies the default server-side-encryption configuration.
pub fn get_server_side_encryption_configuration(
&self
) -> &Option<ServerSideEncryptionConfiguration>
pub fn get_server_side_encryption_configuration( &self ) -> &Option<ServerSideEncryptionConfiguration>
Specifies the default server-side-encryption configuration.
pub fn build(self) -> GetBucketEncryptionOutput
pub fn build(self) -> GetBucketEncryptionOutput
Consumes the builder and constructs a GetBucketEncryptionOutput
.
Trait Implementations§
§impl Clone for GetBucketEncryptionOutputBuilder
impl Clone for GetBucketEncryptionOutputBuilder
§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 more§impl Debug for GetBucketEncryptionOutputBuilder
impl Debug for GetBucketEncryptionOutputBuilder
§impl Default for GetBucketEncryptionOutputBuilder
impl Default for GetBucketEncryptionOutputBuilder
§fn default() -> GetBucketEncryptionOutputBuilder
fn default() -> GetBucketEncryptionOutputBuilder
Returns the “default value” for a type. Read more
§impl PartialEq for GetBucketEncryptionOutputBuilder
impl PartialEq for GetBucketEncryptionOutputBuilder
§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 ==
.impl StructuralPartialEq for GetBucketEncryptionOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for GetBucketEncryptionOutputBuilder
impl Send for GetBucketEncryptionOutputBuilder
impl Sync for GetBucketEncryptionOutputBuilder
impl Unpin for GetBucketEncryptionOutputBuilder
impl UnwindSafe for GetBucketEncryptionOutputBuilder
Blanket Implementations§
§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more