Interface ListTablesRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListTablesRequest.Builder,ListTablesRequest>,S3TablesRequest.Builder,SdkBuilder<ListTablesRequest.Builder,ListTablesRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListTablesRequest
public static interface ListTablesRequest.Builder extends S3TablesRequest.Builder, SdkPojo, CopyableBuilder<ListTablesRequest.Builder,ListTablesRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListTablesRequest.BuildercontinuationToken(String continuationToken)ContinuationTokenindicates to Amazon S3 that the list is being continued on this bucket with a token.ListTablesRequest.BuildermaxTables(Integer maxTables)The maximum number of tables to return.ListTablesRequest.Buildernamespace(String namespace)The namespace of the tables.ListTablesRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListTablesRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListTablesRequest.Builderprefix(String prefix)The prefix of the tables.ListTablesRequest.BuildertableBucketARN(String tableBucketARN)The Amazon resource Name (ARN) of the table bucket.-
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
-
tableBucketARN
ListTablesRequest.Builder tableBucketARN(String tableBucketARN)
The Amazon resource Name (ARN) of the table bucket.
- Parameters:
tableBucketARN- The Amazon resource Name (ARN) of the table bucket.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
namespace
ListTablesRequest.Builder namespace(String namespace)
The namespace of the tables.
- Parameters:
namespace- The namespace of the tables.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
prefix
ListTablesRequest.Builder prefix(String prefix)
The prefix of the tables.
- Parameters:
prefix- The prefix of the tables.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
continuationToken
ListTablesRequest.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.
-
maxTables
ListTablesRequest.Builder maxTables(Integer maxTables)
The maximum number of tables to return.
- Parameters:
maxTables- The maximum number of tables to return.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListTablesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListTablesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-