@Mutable @NotThreadSafe public static interface ListBucketMetricsConfigurationsRequest.Builder extends S3Request.Builder, SdkPojo, CopyableBuilder<ListBucketMetricsConfigurationsRequest.Builder,ListBucketMetricsConfigurationsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListBucketMetricsConfigurationsRequest.Builder |
bucket(String bucket)
The name of the bucket containing the metrics configurations to retrieve.
|
ListBucketMetricsConfigurationsRequest.Builder |
continuationToken(String continuationToken)
The marker that is used to continue a metrics configuration listing that has been truncated.
|
ListBucketMetricsConfigurationsRequest.Builder |
expectedBucketOwner(String expectedBucketOwner)
The account ID of the expected bucket owner.
|
ListBucketMetricsConfigurationsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
ListBucketMetricsConfigurationsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldNameToField, sdkFieldscopyapplyMutation, buildListBucketMetricsConfigurationsRequest.Builder bucket(String bucket)
The name of the bucket containing the metrics configurations to retrieve.
bucket - The name of the bucket containing the metrics configurations to retrieve.ListBucketMetricsConfigurationsRequest.Builder continuationToken(String continuationToken)
The marker that is used to continue a metrics configuration listing that has been truncated. Use the
NextContinuationToken from a previously truncated list response to continue the listing. The
continuation token is an opaque value that Amazon S3 understands.
continuationToken - The marker that is used to continue a metrics configuration listing that has been truncated. Use the
NextContinuationToken from a previously truncated list response to continue the listing.
The continuation token is an opaque value that Amazon S3 understands.ListBucketMetricsConfigurationsRequest.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).ListBucketMetricsConfigurationsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.ListBucketMetricsConfigurationsRequest.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.