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(Table... tableList)
A list of the requested
Table objects. |
buildcopyapply, buildGetTablesResponse.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 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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.