public class ListBucketInventoryConfigurationsRequest extends AmazonWebServiceRequest implements Serializable, ExpectedBucketOwnerRequest
NOOP| Constructor and Description |
|---|
ListBucketInventoryConfigurationsRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBucketName()
Gets the name of the Amazon S3 bucket whose
inventory configurations are to be listed.
|
String |
getContinuationToken()
Gets the optional continuation token.
|
String |
getExpectedBucketOwner()
The account id of the expected bucket owner.
|
void |
setBucketName(String bucketName)
Sets the name of the Amazon S3 bucket whose inventory configurations are to be listed.
|
void |
setContinuationToken(String continuationToken)
Sets the optional continuation token.
|
void |
setExpectedBucketOwner(String expectedBucketOwner)
The account id of the expected bucket owner.
|
ListBucketInventoryConfigurationsRequest |
withBucketName(String bucketName)
Sets the name of the Amazon S3 bucket whose inventory configurations are to be listed.
|
ListBucketInventoryConfigurationsRequest |
withContinuationToken(String continuationToken)
Sets the optional continuation token.
|
ListBucketInventoryConfigurationsRequest |
withExpectedBucketOwner(String expectedBucketOwner)
The account id of the expected bucket owner.
|
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, withSdkRequestTimeoutpublic ListBucketInventoryConfigurationsRequest()
public String getExpectedBucketOwner()
ExpectedBucketOwnerRequestgetExpectedBucketOwner in interface ExpectedBucketOwnerRequestpublic ListBucketInventoryConfigurationsRequest withExpectedBucketOwner(String expectedBucketOwner)
ExpectedBucketOwnerRequestwithExpectedBucketOwner in interface ExpectedBucketOwnerRequestpublic void setExpectedBucketOwner(String expectedBucketOwner)
ExpectedBucketOwnerRequestsetExpectedBucketOwner in interface ExpectedBucketOwnerRequestpublic String getBucketName()
public void setBucketName(String bucketName)
bucketName - The name of the Amazon S3 bucket whose inventory
configurations are to be listed.public ListBucketInventoryConfigurationsRequest withBucketName(String bucketName)
ListBucketInventoryConfigurationsRequest, enabling additional method
calls to be chained together.bucketName - The name of the Amazon S3 bucket whose inventory
configurations are to be listed.ListBucketInventoryConfigurationsRequest, enabling additional method
calls to be chained together.public String getContinuationToken()
public void setContinuationToken(String continuationToken)
continuationToken - The optional continuation token to associate with this request.public ListBucketInventoryConfigurationsRequest withContinuationToken(String continuationToken)
continuationToken - The optional continuation token to associate with this request.ListBucketInventoryConfigurationsRequest, enabling additional method
calls to be chained together.Copyright © 2020. All rights reserved.