public class ListBucketsPaginatedRequest extends AmazonWebServiceRequest implements Serializable, S3AccelerateUnsupported
NOOP
Constructor and Description |
---|
ListBucketsPaginatedRequest() |
Modifier and Type | Method and Description |
---|---|
String |
getBucketRegion()
Limits the response to buckets that are located in the specified Amazon Web Services region.
|
String |
getContinuationToken()
Returns the ContinuationToken.
|
Integer |
getMaxBuckets()
Returns the maximum number of buckets configured.
|
String |
getPrefix()
Returns the prefix for filtering bucket names.
|
void |
setBucketRegion(String bucketRegion)
Sets the bucket region for filtering the list of buckets.
|
void |
setContinuationToken(String continuationToken)
Sets the ContinuationToken.
|
void |
setMaxBuckets(Integer maxBuckets)
Sets the maximum number of buckets to be returned in response.
|
void |
setPrefix(String prefix)
Sets the prefix for filtering bucket names.
|
ListBucketsPaginatedRequest |
withBucketRegion(String bucketRegion)
Sets the bucket region for filtering the list of buckets.
|
ListBucketsPaginatedRequest |
withContinuationToken(String continuationToken)
Sets the ContinuationToken.
|
ListBucketsPaginatedRequest |
withMaxBuckets(Integer maxBuckets)
Sets the maximum number of buckets to be returned in response.
|
ListBucketsPaginatedRequest |
withPrefix(String prefix)
Sets the prefix for filtering bucket names.
|
addHandlerContext, clone, 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.public String getPrefix()
public ListBucketsPaginatedRequest withPrefix(String prefix)
prefix
- The new prefix value.public void setPrefix(String prefix)
prefix
- The new prefix value.public String getBucketRegion()
public ListBucketsPaginatedRequest withBucketRegion(String bucketRegion)
bucketRegion
- The region to filter buckets by.public void setBucketRegion(String bucketRegion)
bucketRegion
- The region to filter buckets by.