public static interface DeleteBucketLifecycleRequest.Builder extends S3Request.Builder, SdkPojo, CopyableBuilder<DeleteBucketLifecycleRequest.Builder,DeleteBucketLifecycleRequest>
| Modifier and Type | Method and Description |
|---|---|
DeleteBucketLifecycleRequest.Builder |
bucket(String bucket)
The bucket name of the lifecycle to delete.
|
DeleteBucketLifecycleRequest.Builder |
expectedBucketOwner(String expectedBucketOwner)
The account ID of the expected bucket owner.
|
DeleteBucketLifecycleRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DeleteBucketLifecycleRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteBucketLifecycleRequest.Builder bucket(String bucket)
The bucket name of the lifecycle to delete.
bucket - The bucket name of the lifecycle to delete.DeleteBucketLifecycleRequest.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).DeleteBucketLifecycleRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDeleteBucketLifecycleRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.