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