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) |
DeleteBucketCorsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, 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 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).DeleteBucketCorsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDeleteBucketCorsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.