public static interface GetBucketAnalyticsConfigurationRequest.Builder extends S3Request.Builder, CopyableBuilder<GetBucketAnalyticsConfigurationRequest.Builder,GetBucketAnalyticsConfigurationRequest>
Modifier and Type | Method and Description |
---|---|
GetBucketAnalyticsConfigurationRequest.Builder |
bucket(String bucket)
The name of the bucket from which an analytics configuration is retrieved.
|
GetBucketAnalyticsConfigurationRequest.Builder |
id(String id)
The identifier used to represent an analytics configuration.
|
GetBucketAnalyticsConfigurationRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
build
requestOverrideConfig, requestOverrideConfig
copy
apply, build
GetBucketAnalyticsConfigurationRequest.Builder bucket(String bucket)
bucket
- The name of the bucket from which an analytics configuration is retrieved.GetBucketAnalyticsConfigurationRequest.Builder id(String id)
id
- The identifier used to represent an analytics configuration.GetBucketAnalyticsConfigurationRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.