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) |
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
DeleteBucketInventoryConfigurationRequest.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 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.DeleteBucketInventoryConfigurationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration
in interface AwsRequest.Builder
DeleteBucketInventoryConfigurationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2020. All rights reserved.