public static interface GetBucketAnalyticsConfigurationRequest.Builder extends S3Request.Builder, SdkPojo, 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 |
expectedBucketOwner(String expectedBucketOwner)
The account id of the expected bucket owner.
|
GetBucketAnalyticsConfigurationRequest.Builder |
id(String id)
The ID that identifies the analytics configuration.
|
GetBucketAnalyticsConfigurationRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetBucketAnalyticsConfigurationRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetBucketAnalyticsConfigurationRequest.Builder bucket(String bucket)
The name of the bucket from which an analytics configuration is retrieved.
bucket - The name of the bucket from which an analytics configuration is retrieved.GetBucketAnalyticsConfigurationRequest.Builder id(String id)
The ID that identifies the analytics configuration.
id - The ID that identifies the analytics configuration.GetBucketAnalyticsConfigurationRequest.Builder expectedBucketOwner(String expectedBucketOwner)
The account id of the expected bucket owner. If the bucket is owned by a different account, the request will
fail with an HTTP 403 (Access Denied) error.
expectedBucketOwner - The account id of the expected bucket owner. If the bucket is owned by a different account, the
request will fail with an HTTP 403 (Access Denied) error.GetBucketAnalyticsConfigurationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderGetBucketAnalyticsConfigurationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2020. All rights reserved.