Interface DeleteBucketInventoryConfigurationRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DeleteBucketInventoryConfigurationRequest.Builder,DeleteBucketInventoryConfigurationRequest>,S3Request.Builder,SdkBuilder<DeleteBucketInventoryConfigurationRequest.Builder,DeleteBucketInventoryConfigurationRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DeleteBucketInventoryConfigurationRequest
@Mutable @NotThreadSafe public static interface DeleteBucketInventoryConfigurationRequest.Builder extends S3Request.Builder, SdkPojo, CopyableBuilder<DeleteBucketInventoryConfigurationRequest.Builder,DeleteBucketInventoryConfigurationRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeleteBucketInventoryConfigurationRequest.Builderbucket(String bucket)The name of the bucket containing the inventory configuration to delete.DeleteBucketInventoryConfigurationRequest.BuilderexpectedBucketOwner(String expectedBucketOwner)The account ID of the expected bucket owner.DeleteBucketInventoryConfigurationRequest.Builderid(String id)The ID used to identify the inventory configuration.DeleteBucketInventoryConfigurationRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DeleteBucketInventoryConfigurationRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.s3.model.S3Request.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
bucket
DeleteBucketInventoryConfigurationRequest.Builder bucket(String bucket)
The name of the bucket containing the inventory configuration to delete.
- Parameters:
bucket- The name of the bucket containing the inventory configuration to delete.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
id
DeleteBucketInventoryConfigurationRequest.Builder id(String id)
The ID used to identify the inventory configuration.
- Parameters:
id- The ID used to identify the inventory configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
expectedBucketOwner
DeleteBucketInventoryConfigurationRequest.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).- Parameters:
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 code403 Forbidden(access denied).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DeleteBucketInventoryConfigurationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DeleteBucketInventoryConfigurationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-