public class DeleteBucketLifecycleRequest extends GenericBucketRequest
| Constructor and Description |
|---|
DeleteBucketLifecycleRequest()
Constructs a void constructor for DeleteBucketLifecycleRequest.
|
DeleteBucketLifecycleRequest(String bucketName)
Constructs a new DeleteBucketLifecycleRequest, ready to be executed to delete the specified Bucket Lifecycle.
|
| Modifier and Type | Method and Description |
|---|---|
DeleteBucketLifecycleRequest |
withBucketName(String bucketName)
Sets the name of the Baidu Bos bucket to delete Bucket Lifecycle.
|
DeleteBucketLifecycleRequest |
withRequestCredentials(BceCredentials credentials) |
getBucketName, setBucketNamegetRequestCredentials, setRequestCredentialspublic DeleteBucketLifecycleRequest()
public DeleteBucketLifecycleRequest(String bucketName)
bucketName - The name of the Baidu Bos bucket to delete Bucket Lifecycle.public DeleteBucketLifecycleRequest withRequestCredentials(BceCredentials credentials)
withRequestCredentials in class AbstractBceRequestpublic DeleteBucketLifecycleRequest withBucketName(String bucketName)
withBucketName in class GenericBucketRequestbucketName - The name of the Baidu Bos bucket to delete Bucket Lifecycle.Copyright © 2024. All rights reserved.