public static interface ListTablesResponse.Builder extends RedshiftDataResponse.Builder, SdkPojo, CopyableBuilder<ListTablesResponse.Builder,ListTablesResponse>
| Modifier and Type | Method and Description |
|---|---|
ListTablesResponse.Builder |
nextToken(String nextToken)
A value that indicates the starting point for the next set of response records in a subsequent request.
|
ListTablesResponse.Builder |
tables(Collection<TableMember> tables)
The tables that match the request pattern.
|
ListTablesResponse.Builder |
tables(Consumer<TableMember.Builder>... tables)
The tables that match the request pattern.
|
ListTablesResponse.Builder |
tables(TableMember... tables)
The tables that match the request pattern.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListTablesResponse.Builder nextToken(String nextToken)
A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned NextToken value in the next NextToken parameter and retrying the command. If the NextToken field is empty, all response records have been retrieved for the request.
nextToken - A value that indicates the starting point for the next set of response records in a subsequent
request. If a value is returned in a response, you can retrieve the next set of records by providing
this returned NextToken value in the next NextToken parameter and retrying the command. If the
NextToken field is empty, all response records have been retrieved for the request.ListTablesResponse.Builder tables(Collection<TableMember> tables)
The tables that match the request pattern.
tables - The tables that match the request pattern.ListTablesResponse.Builder tables(TableMember... tables)
The tables that match the request pattern.
tables - The tables that match the request pattern.ListTablesResponse.Builder tables(Consumer<TableMember.Builder>... tables)
The tables that match the request pattern.
This is a convenience method that creates an instance of theTableMember.Builder avoiding the need to create
one manually via TableMember.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #tables(List.
tables - a consumer that will call methods on
TableMember.Builder#tables(java.util.Collection) Copyright © 2023. All rights reserved.