public class DeleteBucketInventoryConfigurationRequest extends AmazonWebServiceRequest implements Serializable, ExpectedBucketOwnerRequest
NOOP
Constructor and Description |
---|
DeleteBucketInventoryConfigurationRequest() |
DeleteBucketInventoryConfigurationRequest(String bucketName,
String id) |
Modifier and Type | Method and Description |
---|---|
String |
getBucketName()
Returns the name of the bucket containing the inventory configuration to delete.
|
String |
getExpectedBucketOwner()
Returns he account id of the expected bucket owner.
|
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 |
setExpectedBucketOwner(String expectedBucketOwner)
Set the account id of the expected bucket owner.
|
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 |
withExpectedBucketOwner(String expectedBucketOwner)
Set the account id of the expected bucket owner.
|
DeleteBucketInventoryConfigurationRequest |
withId(String id)
Sets the ID used to identify the inventory configuration and
returns
DeleteBucketInventoryConfigurationRequest 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 DeleteBucketInventoryConfigurationRequest()
public String getExpectedBucketOwner()
ExpectedBucketOwnerRequest
403 (Access Denied)
error.getExpectedBucketOwner
in interface ExpectedBucketOwnerRequest
public DeleteBucketInventoryConfigurationRequest withExpectedBucketOwner(String expectedBucketOwner)
ExpectedBucketOwnerRequest
403 (Access Denied)
error.withExpectedBucketOwner
in interface ExpectedBucketOwnerRequest
public void setExpectedBucketOwner(String expectedBucketOwner)
ExpectedBucketOwnerRequest
403 (Access Denied)
error.setExpectedBucketOwner
in interface ExpectedBucketOwnerRequest
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 © 2021. All rights reserved.