类 DeleteBucketReplicationRequest
- java.lang.Object
-
- com.baidubce.model.AbstractBceRequest
-
- com.baidubce.services.bos.model.GenericBucketRequest
-
- com.baidubce.services.bos.model.DeleteBucketReplicationRequest
-
public class DeleteBucketReplicationRequest extends GenericBucketRequest
Delete Bucket Replication Request
-
-
构造器概要
构造器 构造器 说明 DeleteBucketReplicationRequest()Constructs a void Constructor for DeleteBucketReplicationRequest.DeleteBucketReplicationRequest(String bucketName)Constructs a new DeleteBucketReplicationRequest, ready to be executed to delete the specified Bucket Replication.DeleteBucketReplicationRequest(String bucketName, String id)Constructs a new DeleteBucketReplicationRequest, ready to be executed to delete the specified Bucket Replication.
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 StringgetId()Gets the replication rule namevoidsetId(String id)Sets the replication rule nameDeleteBucketReplicationRequestwithBucketName(String bucketName)Sets the name of the Baidu Bos bucket to delete Bucket Replication.DeleteBucketReplicationRequestwithRequestCredentials(BceCredentials credentials)-
从类继承的方法 com.baidubce.services.bos.model.GenericBucketRequest
getBucketName, setBucketName
-
从类继承的方法 com.baidubce.model.AbstractBceRequest
getRequestCredentials, setRequestCredentials
-
-
-
-
构造器详细资料
-
DeleteBucketReplicationRequest
public DeleteBucketReplicationRequest()
Constructs a void Constructor for DeleteBucketReplicationRequest.
-
DeleteBucketReplicationRequest
public DeleteBucketReplicationRequest(String bucketName)
Constructs a new DeleteBucketReplicationRequest, ready to be executed to delete the specified Bucket Replication.- 参数:
bucketName- The name of the Baidu Bos bucket to delete Bucket Replication.
-
DeleteBucketReplicationRequest
public DeleteBucketReplicationRequest(String bucketName, String id)
Constructs a new DeleteBucketReplicationRequest, ready to be executed to delete the specified Bucket Replication.- 参数:
bucketName- The name of the Baidu Bos bucket to delete Bucket Replication.id- replication rule name
-
-
方法详细资料
-
withBucketName
public DeleteBucketReplicationRequest withBucketName(String bucketName)
Sets the name of the Baidu Bos bucket to delete Bucket Replication.- 指定者:
withBucketName在类中GenericBucketRequest- 参数:
bucketName- The name of the Baidu Bos bucket to delete Bucket Replication.
-
withRequestCredentials
public DeleteBucketReplicationRequest withRequestCredentials(BceCredentials credentials)
- 指定者:
withRequestCredentials在类中AbstractBceRequest
-
getId
public String getId()
Gets the replication rule name- 返回:
-
setId
public void setId(String id)
Sets the replication rule name- 参数:
id-
-
-