public static interface ListTablesRequest.Builder extends KeyspacesRequest.Builder, SdkPojo, CopyableBuilder<ListTablesRequest.Builder,ListTablesRequest>
| Modifier and Type | Method and Description |
|---|---|
ListTablesRequest.Builder |
keyspaceName(String keyspaceName)
The name of the keyspace.
|
ListTablesRequest.Builder |
maxResults(Integer maxResults)
The total number of tables to return in the output.
|
ListTablesRequest.Builder |
nextToken(String nextToken)
The pagination token.
|
ListTablesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListTablesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListTablesRequest.Builder nextToken(String nextToken)
The pagination token. To resume pagination, provide the NextToken value as an argument of a
subsequent API invocation.
nextToken - The pagination token. To resume pagination, provide the NextToken value as an argument of
a subsequent API invocation.ListTablesRequest.Builder maxResults(Integer maxResults)
The total number of tables to return in the output. If the total number of tables available is more than the
value specified, a NextToken is provided in the output. To resume pagination, provide the
NextToken value as an argument of a subsequent API invocation.
maxResults - The total number of tables to return in the output. If the total number of tables available is more
than the value specified, a NextToken is provided in the output. To resume pagination,
provide the NextToken value as an argument of a subsequent API invocation.ListTablesRequest.Builder keyspaceName(String keyspaceName)
The name of the keyspace.
keyspaceName - The name of the keyspace.ListTablesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListTablesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.