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  SetBucketInventoryConfigurationRequestobject for
 method chaining. | 
| SetBucketInventoryConfigurationRequest | withInventoryConfiguration(InventoryConfiguration inventoryConfiguration)Sets the inventory configuration and returns the
  SetBucketInventoryConfigurationRequestobject
 for method chaining. | 
addHandlerContext, clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic 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 © 2013 Amazon Web Services, Inc. All Rights Reserved.