public class DeleteBucketInventoryConfigurationRequest extends CosServiceRequest implements Serializable
| 构造器和说明 |
|---|
DeleteBucketInventoryConfigurationRequest() |
DeleteBucketInventoryConfigurationRequest(String bucketName,
String id) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getBucketName()
Returns the name of the bucket containing the inventory configuration to delete.
|
String |
getId()
Returns the ID used to identify the inventory configuration.
|
void |
setBucketName(String bucketName)
Sets the name of the bucket containing the inventory configuration to delete.
|
void |
setId(String id)
Sets the ID used to identify the inventory configuration.
|
DeleteBucketInventoryConfigurationRequest |
withBucketName(String bucketName)
Sets the name of the bucket containing the inventory configuration to delete
and return
DeleteBucketInventoryConfigurationRequest object for
method chaining. |
DeleteBucketInventoryConfigurationRequest |
withId(String id)
Sets the ID used to identify the inventory configuration and
returns
DeleteBucketInventoryConfigurationRequest object
for method chaining. |
clone, copyBaseTo, getCloneRoot, getCloneSource, getCosCredentials, getCustomQueryParameters, getCustomRequestHeaders, getFixedEndpointAddr, getGeneralProgressListener, getReadLimit, getRequestClientOptions, putCustomQueryParameter, putCustomRequestHeader, setCosCredentials, setFixedEndpointAddr, setGeneralProgressListener, withGeneralProgressListenerpublic DeleteBucketInventoryConfigurationRequest()
public String getBucketName()
public void setBucketName(String bucketName)
public DeleteBucketInventoryConfigurationRequest withBucketName(String bucketName)
DeleteBucketInventoryConfigurationRequest object for
method chaining.public String getId()
public void setId(String id)
public DeleteBucketInventoryConfigurationRequest withId(String id)
DeleteBucketInventoryConfigurationRequest object
for method chaining.Copyright © 2022. All rights reserved.