Struct aws_sdk_s3control::operation::get_storage_lens_configuration::builders::GetStorageLensConfigurationOutputBuilder
source · #[non_exhaustive]pub struct GetStorageLensConfigurationOutputBuilder { /* private fields */ }
Expand description
A builder for GetStorageLensConfigurationOutput
.
Implementations§
source§impl GetStorageLensConfigurationOutputBuilder
impl GetStorageLensConfigurationOutputBuilder
sourcepub fn storage_lens_configuration(self, input: StorageLensConfiguration) -> Self
pub fn storage_lens_configuration(self, input: StorageLensConfiguration) -> Self
The S3 Storage Lens configuration requested.
sourcepub fn set_storage_lens_configuration(
self,
input: Option<StorageLensConfiguration>
) -> Self
pub fn set_storage_lens_configuration( self, input: Option<StorageLensConfiguration> ) -> Self
The S3 Storage Lens configuration requested.
sourcepub fn build(self) -> GetStorageLensConfigurationOutput
pub fn build(self) -> GetStorageLensConfigurationOutput
Consumes the builder and constructs a GetStorageLensConfigurationOutput
.
Trait Implementations§
source§impl Clone for GetStorageLensConfigurationOutputBuilder
impl Clone for GetStorageLensConfigurationOutputBuilder
source§fn clone(&self) -> GetStorageLensConfigurationOutputBuilder
fn clone(&self) -> GetStorageLensConfigurationOutputBuilder
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 GetStorageLensConfigurationOutputBuilder
impl Default for GetStorageLensConfigurationOutputBuilder
source§fn default() -> GetStorageLensConfigurationOutputBuilder
fn default() -> GetStorageLensConfigurationOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<GetStorageLensConfigurationOutputBuilder> for GetStorageLensConfigurationOutputBuilder
impl PartialEq<GetStorageLensConfigurationOutputBuilder> for GetStorageLensConfigurationOutputBuilder
source§fn eq(&self, other: &GetStorageLensConfigurationOutputBuilder) -> bool
fn eq(&self, other: &GetStorageLensConfigurationOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.