Interface ListTableBucketsRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<ListTableBucketsRequest.Builder,
,ListTableBucketsRequest> S3TablesRequest.Builder
,SdkBuilder<ListTableBucketsRequest.Builder,
,ListTableBucketsRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
ListTableBucketsRequest
@Mutable
@NotThreadSafe
public static interface ListTableBucketsRequest.Builder
extends S3TablesRequest.Builder, SdkPojo, CopyableBuilder<ListTableBucketsRequest.Builder,ListTableBucketsRequest>
-
Method Summary
Modifier and TypeMethodDescriptioncontinuationToken
(String continuationToken) ContinuationToken
indicates to Amazon S3 that the list is being continued on this bucket with a token.maxBuckets
(Integer maxBuckets) The maximum number of table buckets to return in the list.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.The prefix of the table buckets.The type of table buckets to filter by in the list.type
(TableBucketType type) The type of table buckets to filter by in the list.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.s3tables.model.S3TablesRequest.Builder
build
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
prefix
The prefix of the table buckets.
- Parameters:
prefix
- The prefix of the table buckets.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
continuationToken
ContinuationToken
indicates to Amazon S3 that the list is being continued on this bucket with a token.ContinuationToken
is obfuscated and is not a real key. You can use thisContinuationToken
for pagination of the list results.- Parameters:
continuationToken
-ContinuationToken
indicates to Amazon S3 that the list is being continued on this bucket with a token.ContinuationToken
is obfuscated and is not a real key. You can use thisContinuationToken
for pagination of the list results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxBuckets
The maximum number of table buckets to return in the list.
- Parameters:
maxBuckets
- The maximum number of table buckets to return in the list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
type
The type of table buckets to filter by in the list.
- Parameters:
type
- The type of table buckets to filter by in the list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
type
The type of table buckets to filter by in the list.
- Parameters:
type
- The type of table buckets to filter by in the list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
ListTableBucketsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
ListTableBucketsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-