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(Consumer<Database.Builder>... 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.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, 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 databaseList(Consumer<Database.Builder>... databaseList)
A list of Database objects from the specified catalog.
List.Builder avoiding the need to
create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #databaseList(List) .databaseList - a consumer that will call methods on List.Builder #databaseList(List) 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.