com.baidubce.services.bos.model
Class DeleteBucketLoggingRequest

java.lang.Object
  extended by com.baidubce.model.AbstractBceRequest
      extended by com.baidubce.services.bos.model.GenericBucketRequest
          extended by com.baidubce.services.bos.model.DeleteBucketLoggingRequest

public class DeleteBucketLoggingRequest
extends GenericBucketRequest

Provides options for deleting a Bucket Logging.


Constructor Summary
DeleteBucketLoggingRequest()
          Constructs a void Constructor for DeleteBucketLoggingRequest.
DeleteBucketLoggingRequest(String bucketName)
          Constructs a new DeleteBucketLoggingRequest, ready to be executed to delete the specified Bucket Logging.
 
Method Summary
 DeleteBucketLoggingRequest withBucketName(String bucketName)
          Sets the name of the Baidu Bos bucket to delete Bucket Logging.
 DeleteBucketLoggingRequest withRequestCredentials(BceCredentials credentials)
           
 
Methods inherited from class com.baidubce.services.bos.model.GenericBucketRequest
getBucketName, setBucketName
 
Methods inherited from class com.baidubce.model.AbstractBceRequest
getRequestCredentials, setRequestCredentials
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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.
Method Detail

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.