public class GetBucketInventoryConfigurationRequest extends AmazonWebServiceRequest implements Serializable, ExpectedBucketOwnerRequest
NOOP
Constructor and Description |
---|
GetBucketInventoryConfigurationRequest() |
GetBucketInventoryConfigurationRequest(String bucketName,
String id) |
Modifier and Type | Method and Description |
---|---|
String |
getBucketName()
Returns the name of the bucket containing the inventory configuration to retrieve.
|
String |
getExpectedBucketOwner()
The 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 retrieve.
|
void |
setExpectedBucketOwner(String expectedBucketOwner)
The account id of the expected bucket owner.
|
void |
setId(String id)
Sets the ID used to identify the inventory configuration.
|
GetBucketInventoryConfigurationRequest |
withBucketName(String bucketName)
Sets the name of the bucket containing the inventory configuration to retrieve
and returns
GetBucketInventoryConfigurationRequest object for
method chaining. |
GetBucketInventoryConfigurationRequest |
withExpectedBucketOwner(String expectedBucketOwner)
The account id of the expected bucket owner.
|
GetBucketInventoryConfigurationRequest |
withId(String id)
Sets the ID used to identify the inventory configuration and
returns
GetBucketInventoryConfigurationRequest 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 GetBucketInventoryConfigurationRequest()
public String getExpectedBucketOwner()
ExpectedBucketOwnerRequest
getExpectedBucketOwner
in interface ExpectedBucketOwnerRequest
public GetBucketInventoryConfigurationRequest withExpectedBucketOwner(String expectedBucketOwner)
ExpectedBucketOwnerRequest
withExpectedBucketOwner
in interface ExpectedBucketOwnerRequest
public void setExpectedBucketOwner(String expectedBucketOwner)
ExpectedBucketOwnerRequest
setExpectedBucketOwner
in interface ExpectedBucketOwnerRequest
public String getBucketName()
public void setBucketName(String bucketName)
public GetBucketInventoryConfigurationRequest withBucketName(String bucketName)
GetBucketInventoryConfigurationRequest
object for
method chaining.public String getId()
public void setId(String id)
public GetBucketInventoryConfigurationRequest withId(String id)
GetBucketInventoryConfigurationRequest
object
for method chaining.Copyright © 2020. All rights reserved.