com.baidubce.services.bos.model
Class DeleteBucketLifecycleRequest
java.lang.Object
com.baidubce.model.AbstractBceRequest
com.baidubce.services.bos.model.GenericBucketRequest
com.baidubce.services.bos.model.DeleteBucketLifecycleRequest
public class DeleteBucketLifecycleRequest
- extends GenericBucketRequest
Provides options for deleting a Bucket Lifecycle.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DeleteBucketLifecycleRequest
public DeleteBucketLifecycleRequest()
- Constructs a void constructor for DeleteBucketLifecycleRequest.
DeleteBucketLifecycleRequest
public DeleteBucketLifecycleRequest(String bucketName)
- Constructs a new DeleteBucketLifecycleRequest, ready to be executed to delete the specified Bucket Lifecycle.
- Parameters:
bucketName
- The name of the Baidu Bos bucket to delete Bucket Lifecycle.
withRequestCredentials
public DeleteBucketLifecycleRequest withRequestCredentials(BceCredentials credentials)
- Specified by:
withRequestCredentials
in class AbstractBceRequest
withBucketName
public DeleteBucketLifecycleRequest withBucketName(String bucketName)
- Sets the name of the Baidu Bos bucket to delete Bucket Lifecycle.
- Specified by:
withBucketName
in class GenericBucketRequest
- Parameters:
bucketName
- The name of the Baidu Bos bucket to delete Bucket Lifecycle.
Copyright © 2018. All rights reserved.