Interface ListTableBucketsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListTableBucketsRequest.Builder,ListTableBucketsRequest>,S3TablesRequest.Builder,SdkBuilder<ListTableBucketsRequest.Builder,ListTableBucketsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListTableBucketsRequest
public static interface ListTableBucketsRequest.Builder extends S3TablesRequest.Builder, SdkPojo, CopyableBuilder<ListTableBucketsRequest.Builder,ListTableBucketsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListTableBucketsRequest.BuildercontinuationToken(String continuationToken)ContinuationTokenindicates to Amazon S3 that the list is being continued on this bucket with a token.ListTableBucketsRequest.BuildermaxBuckets(Integer maxBuckets)The maximum number of table buckets to return in the list.ListTableBucketsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListTableBucketsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListTableBucketsRequest.Builderprefix(String prefix)The prefix of the table buckets.-
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 Detail
-
prefix
ListTableBucketsRequest.Builder prefix(String 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
ListTableBucketsRequest.Builder continuationToken(String continuationToken)
ContinuationTokenindicates to Amazon S3 that the list is being continued on this bucket with a token.ContinuationTokenis obfuscated and is not a real key. You can use thisContinuationTokenfor pagination of the list results.- Parameters:
continuationToken-ContinuationTokenindicates to Amazon S3 that the list is being continued on this bucket with a token.ContinuationTokenis obfuscated and is not a real key. You can use thisContinuationTokenfor pagination of the list results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxBuckets
ListTableBucketsRequest.Builder maxBuckets(Integer 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.
-
overrideConfiguration
ListTableBucketsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListTableBucketsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-