Interface DeleteBucketIntelligentTieringConfigurationRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DeleteBucketIntelligentTieringConfigurationRequest.Builder,,DeleteBucketIntelligentTieringConfigurationRequest> S3Request.Builder,SdkBuilder<DeleteBucketIntelligentTieringConfigurationRequest.Builder,,DeleteBucketIntelligentTieringConfigurationRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
- DeleteBucketIntelligentTieringConfigurationRequest
@Mutable
@NotThreadSafe
public static interface DeleteBucketIntelligentTieringConfigurationRequest.Builder
extends S3Request.Builder, SdkPojo, CopyableBuilder<DeleteBucketIntelligentTieringConfigurationRequest.Builder,DeleteBucketIntelligentTieringConfigurationRequest>
-
Method Summary
Modifier and TypeMethodDescriptionThe name of the Amazon S3 bucket whose configuration you want to modify or retrieve.expectedBucketOwner(String expectedBucketOwner) The account ID of the expected bucket owner.The ID used to identify the S3 Intelligent-Tiering configuration.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.s3.model.S3Request.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
bucket
The name of the Amazon S3 bucket whose configuration you want to modify or retrieve.
- Parameters:
bucket- The name of the Amazon S3 bucket whose configuration you want to modify or retrieve.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
id
The ID used to identify the S3 Intelligent-Tiering configuration.
- Parameters:
id- The ID used to identify the S3 Intelligent-Tiering configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
expectedBucketOwner
DeleteBucketIntelligentTieringConfigurationRequest.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
DeleteBucketIntelligentTieringConfigurationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DeleteBucketIntelligentTieringConfigurationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-