public class ListBucketsPaginatedRequest extends AmazonWebServiceRequest implements Serializable, S3AccelerateUnsupported
NOOP
Constructor and Description |
---|
ListBucketsPaginatedRequest() |
Modifier and Type | Method and Description |
---|---|
String |
getContinuationToken()
Returns the ContinuationToken.
|
Integer |
getMaxBuckets()
Returns the maximum number of buckets configured.
|
void |
setContinuationToken(String continuationToken)
Sets the ContinuationToken.
|
void |
setMaxBuckets(Integer maxBuckets)
Sets the maximum number of buckets to be returned in response.
|
ListBucketsPaginatedRequest |
withContinuationToken(String continuationToken)
Sets the ContinuationToken.
|
ListBucketsPaginatedRequest |
withMaxBuckets(Integer maxBuckets)
Sets the maximum number of buckets to be returned in response.
|
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 Integer getMaxBuckets()
public ListBucketsPaginatedRequest withMaxBuckets(Integer maxBuckets)
maxBuckets
- The new maxBuckets value.public void setMaxBuckets(Integer maxBuckets)
maxBuckets
- The new maxBuckets value.public String getContinuationToken()
public ListBucketsPaginatedRequest withContinuationToken(String continuationToken)
ContinuationToken is obfuscated and is not a real key. You can use this ContinuationToken for pagination of the list results.
continuationToken
- The new ContinuationToken value.public void setContinuationToken(String continuationToken)
ContinuationToken is obfuscated and is not a real key. You can use this ContinuationToken for pagination of the list results.
continuationToken
- The new ContinuationToken value.Copyright © 2024. All rights reserved.