public static interface ListTablesRequest.Builder extends TimestreamWriteRequest.Builder, SdkPojo, CopyableBuilder<ListTablesRequest.Builder,ListTablesRequest>
| Modifier and Type | Method and Description |
|---|---|
ListTablesRequest.Builder |
databaseName(String databaseName)
The name of the Timestream database.
|
ListTablesRequest.Builder |
maxResults(Integer maxResults)
The total number of items 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 databaseName(String databaseName)
The name of the Timestream database.
databaseName - The name of the Timestream database.ListTablesRequest.Builder nextToken(String nextToken)
The pagination token. To resume pagination, provide the NextToken value as argument of a subsequent API invocation.
nextToken - The pagination token. To resume pagination, provide the NextToken value as argument of a subsequent
API invocation.ListTablesRequest.Builder maxResults(Integer maxResults)
The total number of items to return in the output. If the total number of items available is more than the value specified, a NextToken is provided in the output. To resume pagination, provide the NextToken value as argument of a subsequent API invocation.
maxResults - The total number of items to return in the output. If the total number of items available is more than
the value specified, a NextToken is provided in the output. To resume pagination, provide the
NextToken value as argument of a subsequent API invocation.ListTablesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListTablesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.