public static interface GetDatabasesResponse.Builder extends GlueResponse.Builder, CopyableBuilder<GetDatabasesResponse.Builder,GetDatabasesResponse>
| Modifier and Type | Method and Description |
|---|---|
GetDatabasesResponse.Builder |
databaseList(Collection<Database> databaseList)
A list of
Database objects from the specified catalog. |
GetDatabasesResponse.Builder |
databaseList(Database... databaseList)
A list of
Database objects from the specified catalog. |
GetDatabasesResponse.Builder |
nextToken(String nextToken)
A continuation token for paginating the returned list of tokens, returned if the current segment of the list
is not the last.
|
buildcopyapply, buildGetDatabasesResponse.Builder databaseList(Collection<Database> databaseList)
A list of Database objects from the specified catalog.
databaseList - A list of Database objects from the specified catalog.GetDatabasesResponse.Builder databaseList(Database... databaseList)
A list of Database objects from the specified catalog.
databaseList - A list of Database objects from the specified catalog.GetDatabasesResponse.Builder nextToken(String nextToken)
A continuation token for paginating the returned list of tokens, returned if the current segment of the list is not the last.
nextToken - A continuation token for paginating the returned list of tokens, returned if the current segment of
the list is not the last.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.