public class SetBucketInventoryConfigurationRequest extends AmazonWebServiceRequest implements Serializable
NOOP
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.
|
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.
|
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. |
addHandlerContext, clone, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
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.Copyright © 2024. All rights reserved.