public class DeleteBucketRequest extends AmazonWebServiceRequest implements Serializable
Provides options for deleting a specified bucket. Amazon S3 buckets can only be deleted when empty.
Note: When attempting to delete a bucket that does not exist, Amazon S3 returns a success message, not an error message.
NOOP| Constructor and Description |
|---|
DeleteBucketRequest(String bucketName)
Constructs a new
DeleteBucketRequest,
ready to be executed to delete the
specified bucket. |
| Modifier and Type | Method and Description |
|---|---|
String |
getBucketName()
Gets the name of the Amazon S3 bucket to delete.
|
void |
setBucketName(String bucketName)
Sets the name of the Amazon S3 bucket to delete.
|
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic DeleteBucketRequest(String bucketName)
DeleteBucketRequest,
ready to be executed to delete the
specified bucket.bucketName - The name of the Amazon S3 bucket to delete.public void setBucketName(String bucketName)
bucketName - The name of the Amazon S3 bucket to delete.getBucketName()public String getBucketName()
setBucketName(String)Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.