pub struct Builder { /* private fields */ }Expand description
A builder for GetBucketAnalyticsConfigurationOutput.
Implementations§
source§impl Builder
impl Builder
sourcepub fn analytics_configuration(self, input: AnalyticsConfiguration) -> Self
pub fn analytics_configuration(self, input: AnalyticsConfiguration) -> Self
The configuration and any analyses for the analytics filter.
sourcepub fn set_analytics_configuration(
self,
input: Option<AnalyticsConfiguration>
) -> Self
pub fn set_analytics_configuration(
self,
input: Option<AnalyticsConfiguration>
) -> Self
The configuration and any analyses for the analytics filter.
sourcepub fn build(self) -> GetBucketAnalyticsConfigurationOutput
pub fn build(self) -> GetBucketAnalyticsConfigurationOutput
Consumes the builder and constructs a GetBucketAnalyticsConfigurationOutput.