public static interface ListTablesResponse.Builder extends TimestreamWriteResponse.Builder, SdkPojo, CopyableBuilder<ListTablesResponse.Builder,ListTablesResponse>
| Modifier and Type | Method and Description |
|---|---|
ListTablesResponse.Builder |
nextToken(String nextToken)
A token to specify where to start paginating.
|
ListTablesResponse.Builder |
tables(Collection<Table> tables)
A list of tables.
|
ListTablesResponse.Builder |
tables(Consumer<Table.Builder>... tables)
A list of tables.
|
ListTablesResponse.Builder |
tables(Table... tables)
A list of tables.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListTablesResponse.Builder tables(Collection<Table> tables)
A list of tables.
tables - A list of tables.ListTablesResponse.Builder tables(Table... tables)
A list of tables.
tables - A list of tables.ListTablesResponse.Builder tables(Consumer<Table.Builder>... tables)
A list of tables.
This is a convenience that creates an instance of the.Builder avoiding the need to create one manually via #builder().
When the Consumer completes, .Builder#build() is called immediately and its result is passed to #tables(List
).
- Parameters:
tables - a consumer that will call methods on .Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#tables(List
)
-
nextToken
ListTablesResponse.Builder nextToken(String nextToken)
A token to specify where to start paginating. This is the NextToken from a previously truncated response.
- Parameters:
nextToken - A token to specify where to start paginating. This is the NextToken from a previously truncated
response.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
Copyright © 2021. All rights reserved.