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