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