public static interface SearchTablesResponse.Builder extends GlueResponse.Builder, SdkPojo, CopyableBuilder<SearchTablesResponse.Builder,SearchTablesResponse>
Modifier and Type | Method and Description |
---|---|
SearchTablesResponse.Builder |
nextToken(String nextToken)
A continuation token, present if the current list segment is not the last.
|
SearchTablesResponse.Builder |
tableList(Collection<Table> tableList)
A list of the requested
Table objects. |
SearchTablesResponse.Builder |
tableList(Consumer<Table.Builder>... tableList)
A list of the requested
Table objects. |
SearchTablesResponse.Builder |
tableList(Table... tableList)
A list of the requested
Table objects. |
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
SearchTablesResponse.Builder nextToken(String nextToken)
A continuation token, present if the current list segment is not the last.
nextToken
- A continuation token, present if the current list segment is not the last.SearchTablesResponse.Builder tableList(Collection<Table> tableList)
A list of the requested Table
objects. The SearchTables
response returns only the
tables that you have access to.
tableList
- A list of the requested Table
objects. The SearchTables
response returns
only the tables that you have access to.SearchTablesResponse.Builder tableList(Table... tableList)
A list of the requested Table
objects. The SearchTables
response returns only the
tables that you have access to.
tableList
- A list of the requested Table
objects. The SearchTables
response returns
only the tables that you have access to.SearchTablesResponse.Builder tableList(Consumer<Table.Builder>... tableList)
A list of the requested Table
objects. The SearchTables
response returns only the
tables that you have access to.
.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 #tableList(List
).
- Parameters:
tableList
- 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:
#tableList(List
)
Copyright © 2020. All rights reserved.