public static interface GetTablesResponse.Builder extends GlueResponse.Builder, CopyableBuilder<GetTablesResponse.Builder,GetTablesResponse>
Modifier and Type | Method and Description |
---|---|
GetTablesResponse.Builder |
nextToken(String nextToken)
A continuation token, present if the current list segment is not the last.
|
GetTablesResponse.Builder |
tableList(Collection<Table> tableList)
A list of the requested
Table objects. |
GetTablesResponse.Builder |
tableList(Consumer<Table.Builder>... tableList)
A list of the requested
Table objects. |
GetTablesResponse.Builder |
tableList(Table... tableList)
A list of the requested
Table objects. |
build
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
GetTablesResponse.Builder tableList(Collection<Table> tableList)
A list of the requested Table
objects.
tableList
- A list of the requested Table
objects.GetTablesResponse.Builder tableList(Table... tableList)
A list of the requested Table
objects.
tableList
- A list of the requested Table
objects.GetTablesResponse.Builder tableList(Consumer<Table.Builder>... tableList)
A list of the requested Table
objects.
.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
)
-
nextToken
GetTablesResponse.Builder nextToken(String nextToken)
A continuation token, present if the current list segment is not the last.
- Parameters:
nextToken
- A continuation token, present if the current list segment is not the last.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.