@Mutable @NotThreadSafe public static interface ListBucketAnalyticsConfigurationsRequest.Builder extends S3Request.Builder, SdkPojo, CopyableBuilder<ListBucketAnalyticsConfigurationsRequest.Builder,ListBucketAnalyticsConfigurationsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListBucketAnalyticsConfigurationsRequest.Builder |
bucket(String bucket)
The name of the bucket from which analytics configurations are retrieved.
|
ListBucketAnalyticsConfigurationsRequest.Builder |
continuationToken(String continuationToken)
The
ContinuationToken that represents a placeholder from where this request should begin. |
ListBucketAnalyticsConfigurationsRequest.Builder |
expectedBucketOwner(String expectedBucketOwner)
The account ID of the expected bucket owner.
|
ListBucketAnalyticsConfigurationsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
ListBucketAnalyticsConfigurationsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldNameToField, sdkFieldscopyapplyMutation, buildListBucketAnalyticsConfigurationsRequest.Builder bucket(String bucket)
The name of the bucket from which analytics configurations are retrieved.
bucket - The name of the bucket from which analytics configurations are retrieved.ListBucketAnalyticsConfigurationsRequest.Builder continuationToken(String continuationToken)
The ContinuationToken that represents a placeholder from where this request should begin.
continuationToken - The ContinuationToken that represents a placeholder from where this request should begin.ListBucketAnalyticsConfigurationsRequest.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).ListBucketAnalyticsConfigurationsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.ListBucketAnalyticsConfigurationsRequest.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.