public static interface GetBucketAnalyticsConfigurationResponse.Builder extends S3Response.Builder, 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.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildGetBucketAnalyticsConfigurationResponse.Builder analyticsConfiguration(AnalyticsConfiguration analyticsConfiguration)
analyticsConfiguration - The configuration and any analyses for the analytics filter.default GetBucketAnalyticsConfigurationResponse.Builder analyticsConfiguration(Consumer<AnalyticsConfiguration.Builder> analyticsConfiguration)
AnalyticsConfiguration.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.