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. The ID has a 64 character limit and can only contain letters, numbers, periods, dashes, and underscores.
id - The ID used to identify the metrics configuration. The ID has a 64 character limit and can only
contain letters, numbers, periods, dashes, and underscores.DeleteBucketMetricsConfigurationRequest.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).DeleteBucketMetricsConfigurationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDeleteBucketMetricsConfigurationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.