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) |
ListBucketAnalyticsConfigurationsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, 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 bucket is owned by a different account, the request fails
with the HTTP status code 403 Forbidden (access denied).
expectedBucketOwner - The account ID of the expected bucket owner. If the bucket is owned by a different account, the
request fails with the HTTP status code 403 Forbidden (access denied).ListBucketAnalyticsConfigurationsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListBucketAnalyticsConfigurationsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.