public static interface GetTableVersionsResponse.Builder extends GlueResponse.Builder, CopyableBuilder<GetTableVersionsResponse.Builder,GetTableVersionsResponse>
| Modifier and Type | Method and Description |
|---|---|
GetTableVersionsResponse.Builder |
nextToken(String nextToken)
A continuation token, if the list of available versions does not include the last one.
|
GetTableVersionsResponse.Builder |
tableVersions(Collection<TableVersion> tableVersions)
A list of strings identifying available versions of the specified table.
|
GetTableVersionsResponse.Builder |
tableVersions(TableVersion... tableVersions)
A list of strings identifying available versions of the specified table.
|
buildcopyapply, buildGetTableVersionsResponse.Builder tableVersions(Collection<TableVersion> tableVersions)
A list of strings identifying available versions of the specified table.
tableVersions - A list of strings identifying available versions of the specified table.GetTableVersionsResponse.Builder tableVersions(TableVersion... tableVersions)
A list of strings identifying available versions of the specified table.
tableVersions - A list of strings identifying available versions of the specified table.GetTableVersionsResponse.Builder nextToken(String nextToken)
A continuation token, if the list of available versions does not include the last one.
nextToken - A continuation token, if the list of available versions does not include the last one.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.