public class SetBucketInventoryConfigurationRequest extends CosServiceRequest implements Serializable
Constructor and Description |
---|
SetBucketInventoryConfigurationRequest() |
SetBucketInventoryConfigurationRequest(String bucketName,
InventoryConfiguration inventoryConfiguration) |
Modifier and Type | Method and Description |
---|---|
String |
getBucketName()
Returns the name of the bucket where the inventory configuration will be stored.
|
InventoryConfiguration |
getInventoryConfiguration()
Returns the inventory configuration.
|
String |
getInventoryText() |
boolean |
IsUseInventoryText() |
void |
setBucketName(String bucketName)
Sets the name of the bucket where the inventory configuration will be stored.
|
void |
setInventoryConfiguration(InventoryConfiguration inventoryConfiguration)
Sets the inventory configuration.
|
void |
setInventoryText(String invStr) |
void |
useInventoryText() |
SetBucketInventoryConfigurationRequest |
withBucketName(String bucketName)
Sets the name of the bucket where the inventory configuration will be stored
and returns
SetBucketInventoryConfigurationRequest object for
method chaining. |
SetBucketInventoryConfigurationRequest |
withInventoryConfiguration(InventoryConfiguration inventoryConfiguration)
Sets the inventory configuration and returns the
SetBucketInventoryConfigurationRequest object
for method chaining. |
clone, copyBaseTo, getCiSpecialEndParameter, getCloneRoot, getCloneSource, getCosCredentials, getCustomQueryParameters, getCustomRequestHeaders, getFixedEndpointAddr, getGeneralProgressListener, getReadLimit, getRequestClientOptions, putCustomQueryParameter, putCustomRequestHeader, setCiSpecialEndParameter, setCosCredentials, setFixedEndpointAddr, setGeneralProgressListener, withGeneralProgressListener
public SetBucketInventoryConfigurationRequest()
public SetBucketInventoryConfigurationRequest(String bucketName, InventoryConfiguration inventoryConfiguration)
public String getBucketName()
public void setBucketName(String bucketName)
public SetBucketInventoryConfigurationRequest withBucketName(String bucketName)
SetBucketInventoryConfigurationRequest
object for
method chaining.public InventoryConfiguration getInventoryConfiguration()
public void setInventoryConfiguration(InventoryConfiguration inventoryConfiguration)
public SetBucketInventoryConfigurationRequest withInventoryConfiguration(InventoryConfiguration inventoryConfiguration)
SetBucketInventoryConfigurationRequest
object
for method chaining.public void setInventoryText(String invStr)
public String getInventoryText()
public void useInventoryText()
public boolean IsUseInventoryText()
Copyright © 2024. All rights reserved.