@Mutable @NotThreadSafe public static interface ListDirectoryBucketsResponse.Builder extends S3Response.Builder, SdkPojo, CopyableBuilder<ListDirectoryBucketsResponse.Builder,ListDirectoryBucketsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListDirectoryBucketsResponse.Builder |
buckets(Bucket... buckets)
The list of buckets owned by the requester.
|
ListDirectoryBucketsResponse.Builder |
buckets(Collection<Bucket> buckets)
The list of buckets owned by the requester.
|
ListDirectoryBucketsResponse.Builder |
buckets(Consumer<Bucket.Builder>... buckets)
The list of buckets owned by the requester.
|
ListDirectoryBucketsResponse.Builder |
continuationToken(String continuationToken)
If
ContinuationToken was sent with the request, it is included in the response. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldNameToField, sdkFieldscopyapplyMutation, buildListDirectoryBucketsResponse.Builder buckets(Collection<Bucket> buckets)
The list of buckets owned by the requester.
buckets - The list of buckets owned by the requester.ListDirectoryBucketsResponse.Builder buckets(Bucket... buckets)
The list of buckets owned by the requester.
buckets - The list of buckets owned by the requester.ListDirectoryBucketsResponse.Builder buckets(Consumer<Bucket.Builder>... buckets)
The list of buckets owned by the requester.
This is a convenience method that creates an instance of theBucket.Builder avoiding the need to create one manually via
Bucket.builder().
When the Consumer completes, SdkBuilder.build()
is called immediately and its result is passed to #buckets(List.
buckets - a consumer that will call methods on Bucket.Builder#buckets(java.util.Collection) ListDirectoryBucketsResponse.Builder continuationToken(String continuationToken)
If ContinuationToken was sent with the request, it is included in the response. You can use the
returned ContinuationToken for pagination of the list response.
continuationToken - If ContinuationToken was sent with the request, it is included in the response. You can
use the returned ContinuationToken for pagination of the list response.Copyright © 2026. All rights reserved.