public static interface GetBucketAnalyticsConfigurationResponse.Builder extends S3Response.Builder, SdkPojo, CopyableBuilder<GetBucketAnalyticsConfigurationResponse.Builder,GetBucketAnalyticsConfigurationResponse>
| Modifier and Type | Method and Description | 
|---|---|
GetBucketAnalyticsConfigurationResponse.Builder | 
analyticsConfiguration(AnalyticsConfiguration analyticsConfiguration)
 The configuration and any analyses for the analytics filter. 
 | 
default GetBucketAnalyticsConfigurationResponse.Builder | 
analyticsConfiguration(Consumer<AnalyticsConfiguration.Builder> analyticsConfiguration)
 The configuration and any analyses for the analytics filter. 
 | 
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponsecopyapplyMutation, buildGetBucketAnalyticsConfigurationResponse.Builder analyticsConfiguration(AnalyticsConfiguration analyticsConfiguration)
The configuration and any analyses for the analytics filter.
analyticsConfiguration - The configuration and any analyses for the analytics filter.default GetBucketAnalyticsConfigurationResponse.Builder analyticsConfiguration(Consumer<AnalyticsConfiguration.Builder> analyticsConfiguration)
The configuration and any analyses for the analytics filter.
This is a convenience that creates an instance of theAnalyticsConfiguration.Builder avoiding the
 need to create one manually via AnalyticsConfiguration.builder().
 When the Consumer completes, SdkBuilder.build() is called immediately and
 its result is passed to analyticsConfiguration(AnalyticsConfiguration).analyticsConfiguration - a consumer that will call methods on AnalyticsConfiguration.BuilderanalyticsConfiguration(AnalyticsConfiguration)Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.