@Mutable @NotThreadSafe public static interface ListBucketsExtendedRequest.Builder extends S3Request.Builder, SdkPojo, CopyableBuilder<ListBucketsExtendedRequest.Builder,ListBucketsExtendedRequest>
| Modifier and Type | Method and Description |
|---|---|
ListBucketsExtendedRequest.Builder |
marker(String marker)
Gets the optional marker parameter indicating where in the bucket to begin
listing.
|
ListBucketsExtendedRequest.Builder |
maxKeys(Integer maxKeys)
Sets the optional
maxKeys parameter indicating the maximum number of keys to
include in the response. |
ListBucketsExtendedRequest.Builder |
prefix(String prefix)
Sets the optional prefix parameter, restricting the response to keys that
begin with the specified prefix.
|
buildoverrideConfiguration, overrideConfiguration, overrideConfigurationequalsBySdkFields, sdkFieldNameToField, sdkFieldscopyapplyMutation, buildListBucketsExtendedRequest.Builder maxKeys(Integer maxKeys)
maxKeys parameter indicating the maximum number of keys to
include in the response.maxKeys - The optional parameter indicating the maximum number of keys
to include in the response.ListBucketsExtendedRequest.Builder prefix(String prefix)
prefix - The optional prefix parameter, restricting the response to keys
that begin with the specified prefix.ListBucketsExtendedRequest.Builder marker(String marker)
marker - The optional parameter indicating the maximum number of keys
to include in the response.Copyright © 2026. All rights reserved.