public static interface GetBucketMetricsConfigurationRequest.Builder extends S3Request.Builder, SdkPojo, CopyableBuilder<GetBucketMetricsConfigurationRequest.Builder,GetBucketMetricsConfigurationRequest>
| Modifier and Type | Method and Description |
|---|---|
GetBucketMetricsConfigurationRequest.Builder |
bucket(String bucket)
The name of the bucket containing the metrics configuration to retrieve.
|
GetBucketMetricsConfigurationRequest.Builder |
expectedBucketOwner(String expectedBucketOwner)
The account ID of the expected bucket owner.
|
GetBucketMetricsConfigurationRequest.Builder |
id(String id)
The ID used to identify the metrics configuration.
|
GetBucketMetricsConfigurationRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetBucketMetricsConfigurationRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetBucketMetricsConfigurationRequest.Builder bucket(String bucket)
The name of the bucket containing the metrics configuration to retrieve.
bucket - The name of the bucket containing the metrics configuration to retrieve.GetBucketMetricsConfigurationRequest.Builder id(String id)
The ID used to identify the metrics configuration.
id - The ID used to identify the metrics configuration.GetBucketMetricsConfigurationRequest.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).GetBucketMetricsConfigurationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderGetBucketMetricsConfigurationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.