Interface DeleteBucketRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DeleteBucketRequest.Builder,DeleteBucketRequest>,LightsailRequest.Builder,SdkBuilder<DeleteBucketRequest.Builder,DeleteBucketRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DeleteBucketRequest
public static interface DeleteBucketRequest.Builder extends LightsailRequest.Builder, SdkPojo, CopyableBuilder<DeleteBucketRequest.Builder,DeleteBucketRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeleteBucketRequest.BuilderbucketName(String bucketName)The name of the bucket to delete.DeleteBucketRequest.BuilderforceDelete(Boolean forceDelete)A Boolean value that indicates whether to force delete the bucket.DeleteBucketRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DeleteBucketRequest.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.lightsail.model.LightsailRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
bucketName
DeleteBucketRequest.Builder bucketName(String bucketName)
The name of the bucket to delete.
Use the GetBuckets action to get a list of bucket names that you can specify.
- Parameters:
bucketName- The name of the bucket to delete.Use the GetBuckets action to get a list of bucket names that you can specify.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
forceDelete
DeleteBucketRequest.Builder forceDelete(Boolean forceDelete)
A Boolean value that indicates whether to force delete the bucket.
You must force delete the bucket if it has one of the following conditions:
-
The bucket is the origin of a distribution.
-
The bucket has instances that were granted access to it using the SetResourceAccessForBucket action.
-
The bucket has objects.
-
The bucket has access keys.
Force deleting a bucket might impact other resources that rely on the bucket, such as instances, distributions, or software that use the issued access keys.
- Parameters:
forceDelete- A Boolean value that indicates whether to force delete the bucket.You must force delete the bucket if it has one of the following conditions:
-
The bucket is the origin of a distribution.
-
The bucket has instances that were granted access to it using the SetResourceAccessForBucket action.
-
The bucket has objects.
-
The bucket has access keys.
Force deleting a bucket might impact other resources that rely on the bucket, such as instances, distributions, or software that use the issued access keys.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
overrideConfiguration
DeleteBucketRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DeleteBucketRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-