public class DeleteBucketInventoryConfigurationRequest extends AmazonWebServiceRequest implements java.io.Serializable
Constructor and Description |
---|
DeleteBucketInventoryConfigurationRequest() |
DeleteBucketInventoryConfigurationRequest(java.lang.String bucketName,
java.lang.String id) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getBucketName()
Returns the name of the bucket containing the inventory configuration to delete.
|
java.lang.String |
getId()
Returns the ID used to identify the inventory configuration.
|
void |
setBucketName(java.lang.String bucketName)
Sets the name of the bucket containing the inventory configuration to delete.
|
void |
setId(java.lang.String id)
Sets the ID used to identify the inventory configuration.
|
DeleteBucketInventoryConfigurationRequest |
withBucketName(java.lang.String bucketName)
Sets the name of the bucket containing the inventory configuration to delete
and return
DeleteBucketInventoryConfigurationRequest object for
method chaining. |
DeleteBucketInventoryConfigurationRequest |
withId(java.lang.String id)
Sets the ID used to identify the inventory configuration and
returns
DeleteBucketInventoryConfigurationRequest object
for method chaining. |
clone, getCloneRoot, getCloneSource, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public DeleteBucketInventoryConfigurationRequest()
public DeleteBucketInventoryConfigurationRequest(java.lang.String bucketName, java.lang.String id)
public java.lang.String getBucketName()
public void setBucketName(java.lang.String bucketName)
public DeleteBucketInventoryConfigurationRequest withBucketName(java.lang.String bucketName)
DeleteBucketInventoryConfigurationRequest
object for
method chaining.public java.lang.String getId()
public void setId(java.lang.String id)
public DeleteBucketInventoryConfigurationRequest withId(java.lang.String id)
DeleteBucketInventoryConfigurationRequest
object
for method chaining.Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.