@Mutable @NotThreadSafe public static interface DeleteBucketCorsRequest.Builder extends S3Request.Builder, SdkPojo, CopyableBuilder<DeleteBucketCorsRequest.Builder,DeleteBucketCorsRequest>
| Modifier and Type | Method and Description |
|---|---|
DeleteBucketCorsRequest.Builder |
bucket(String bucket)
Specifies the bucket whose
cors configuration is being deleted. |
DeleteBucketCorsRequest.Builder |
expectedBucketOwner(String expectedBucketOwner)
The account ID of the expected bucket owner.
|
DeleteBucketCorsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
DeleteBucketCorsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldNameToField, sdkFieldscopyapplyMutation, buildDeleteBucketCorsRequest.Builder bucket(String bucket)
Specifies the bucket whose cors configuration is being deleted.
bucket - Specifies the bucket whose cors configuration is being deleted.DeleteBucketCorsRequest.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).DeleteBucketCorsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.DeleteBucketCorsRequest.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.