public static interface DeleteBucketOwnershipControlsRequest.Builder extends S3Request.Builder, SdkPojo, CopyableBuilder<DeleteBucketOwnershipControlsRequest.Builder,DeleteBucketOwnershipControlsRequest>
Modifier and Type | Method and Description |
---|---|
DeleteBucketOwnershipControlsRequest.Builder |
bucket(String bucket)
The Amazon S3 bucket whose
OwnershipControls you want to delete. |
DeleteBucketOwnershipControlsRequest.Builder |
expectedBucketOwner(String expectedBucketOwner)
The account id of the expected bucket owner.
|
DeleteBucketOwnershipControlsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DeleteBucketOwnershipControlsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
DeleteBucketOwnershipControlsRequest.Builder bucket(String bucket)
The Amazon S3 bucket whose OwnershipControls
you want to delete.
bucket
- The Amazon S3 bucket whose OwnershipControls
you want to delete.DeleteBucketOwnershipControlsRequest.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.DeleteBucketOwnershipControlsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration
in interface AwsRequest.Builder
DeleteBucketOwnershipControlsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2021. All rights reserved.