public static interface DeleteBucketAnalyticsConfigurationRequest.Builder extends S3Request.Builder, SdkPojo, CopyableBuilder<DeleteBucketAnalyticsConfigurationRequest.Builder,DeleteBucketAnalyticsConfigurationRequest>
| Modifier and Type | Method and Description |
|---|---|
DeleteBucketAnalyticsConfigurationRequest.Builder |
bucket(String bucket)
The name of the bucket from which an analytics configuration is deleted.
|
DeleteBucketAnalyticsConfigurationRequest.Builder |
expectedBucketOwner(String expectedBucketOwner)
The account ID of the expected bucket owner.
|
DeleteBucketAnalyticsConfigurationRequest.Builder |
id(String id)
The ID that identifies the analytics configuration.
|
DeleteBucketAnalyticsConfigurationRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DeleteBucketAnalyticsConfigurationRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteBucketAnalyticsConfigurationRequest.Builder bucket(String bucket)
The name of the bucket from which an analytics configuration is deleted.
bucket - The name of the bucket from which an analytics configuration is deleted.DeleteBucketAnalyticsConfigurationRequest.Builder id(String id)
The ID that identifies the analytics configuration.
id - The ID that identifies the analytics configuration.DeleteBucketAnalyticsConfigurationRequest.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.DeleteBucketAnalyticsConfigurationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDeleteBucketAnalyticsConfigurationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.