@Mutable @NotThreadSafe 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)
Add an optional request override configuration.
|
GetBucketAnalyticsConfigurationRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldNameToField, 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 account ID that you provide does not match the actual
owner of the bucket, the request fails with the HTTP status code 403 Forbidden (access denied).
expectedBucketOwner - The account ID of the expected bucket owner. If the account ID that you provide does not match the
actual owner of the bucket, the request fails with the HTTP status code 403 Forbidden
(access denied).GetBucketAnalyticsConfigurationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.GetBucketAnalyticsConfigurationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2026. All rights reserved.