public static interface DeleteBucketInventoryConfigurationRequest.Builder extends S3Request.Builder, SdkPojo, CopyableBuilder<DeleteBucketInventoryConfigurationRequest.Builder,DeleteBucketInventoryConfigurationRequest>
| Modifier and Type | Method and Description |
|---|---|
DeleteBucketInventoryConfigurationRequest.Builder |
bucket(String bucket)
The name of the bucket containing the inventory configuration to delete.
|
DeleteBucketInventoryConfigurationRequest.Builder |
expectedBucketOwner(String expectedBucketOwner)
The account ID of the expected bucket owner.
|
DeleteBucketInventoryConfigurationRequest.Builder |
id(String id)
The ID used to identify the inventory configuration.
|
DeleteBucketInventoryConfigurationRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DeleteBucketInventoryConfigurationRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteBucketInventoryConfigurationRequest.Builder bucket(String bucket)
The name of the bucket containing the inventory configuration to delete.
bucket - The name of the bucket containing the inventory configuration to delete.DeleteBucketInventoryConfigurationRequest.Builder id(String id)
The ID used to identify the inventory configuration.
id - The ID used to identify the inventory configuration.DeleteBucketInventoryConfigurationRequest.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).DeleteBucketInventoryConfigurationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDeleteBucketInventoryConfigurationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.