@Mutable @NotThreadSafe public static interface DeleteBucketWebsiteRequest.Builder extends S3Request.Builder, SdkPojo, CopyableBuilder<DeleteBucketWebsiteRequest.Builder,DeleteBucketWebsiteRequest>
| Modifier and Type | Method and Description |
|---|---|
DeleteBucketWebsiteRequest.Builder |
bucket(String bucket)
The bucket name for which you want to remove the website configuration.
|
DeleteBucketWebsiteRequest.Builder |
expectedBucketOwner(String expectedBucketOwner)
The account ID of the expected bucket owner.
|
DeleteBucketWebsiteRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
DeleteBucketWebsiteRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldNameToField, sdkFieldscopyapplyMutation, buildDeleteBucketWebsiteRequest.Builder bucket(String bucket)
The bucket name for which you want to remove the website configuration.
bucket - The bucket name for which you want to remove the website configuration.DeleteBucketWebsiteRequest.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).DeleteBucketWebsiteRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.DeleteBucketWebsiteRequest.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.