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 will
fail with an HTTP 403 (Access Denied) error.
expectedBucketOwner - The account id of the expected bucket owner. If the bucket is owned by a different account, the
request will fail with an HTTP 403 (Access Denied) error.GetBucketMetricsConfigurationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderGetBucketMetricsConfigurationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2020. All rights reserved.