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