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