@Mutable @NotThreadSafe public static interface ListDirectoryBucketsRequest.Builder extends S3Request.Builder, SdkPojo, CopyableBuilder<ListDirectoryBucketsRequest.Builder,ListDirectoryBucketsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListDirectoryBucketsRequest.Builder |
continuationToken(String continuationToken)
ContinuationToken indicates to Amazon S3 that the list is being continued on buckets in this
account with a token. |
ListDirectoryBucketsRequest.Builder |
maxDirectoryBuckets(Integer maxDirectoryBuckets)
Maximum number of buckets to be returned in response.
|
ListDirectoryBucketsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
ListDirectoryBucketsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldNameToField, sdkFieldscopyapplyMutation, buildListDirectoryBucketsRequest.Builder continuationToken(String continuationToken)
ContinuationToken indicates to Amazon S3 that the list is being continued on buckets in this
account with a token. ContinuationToken is obfuscated and is not a real bucket name. You can use
this ContinuationToken for the pagination of the list results.
continuationToken - ContinuationToken indicates to Amazon S3 that the list is being continued on buckets in
this account with a token. ContinuationToken is obfuscated and is not a real bucket name.
You can use this ContinuationToken for the pagination of the list results.ListDirectoryBucketsRequest.Builder maxDirectoryBuckets(Integer maxDirectoryBuckets)
Maximum number of buckets to be returned in response. When the number is more than the count of buckets that are owned by an Amazon Web Services account, return all the buckets in response.
maxDirectoryBuckets - Maximum number of buckets to be returned in response. When the number is more than the count of
buckets that are owned by an Amazon Web Services account, return all the buckets in response.ListDirectoryBucketsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.ListDirectoryBucketsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2026. All rights reserved.