public static interface ListDatabasesResponse.Builder extends AthenaResponse.Builder, SdkPojo, CopyableBuilder<ListDatabasesResponse.Builder,ListDatabasesResponse>
| Modifier and Type | Method and Description |
|---|---|
ListDatabasesResponse.Builder |
databaseList(Collection<Database> databaseList)
A list of databases from a data catalog.
|
ListDatabasesResponse.Builder |
databaseList(Consumer<Database.Builder>... databaseList)
A list of databases from a data catalog.
|
ListDatabasesResponse.Builder |
databaseList(Database... databaseList)
A list of databases from a data catalog.
|
ListDatabasesResponse.Builder |
nextToken(String nextToken)
A token generated by the Athena service that specifies where to continue pagination if a previous request was
truncated.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListDatabasesResponse.Builder databaseList(Collection<Database> databaseList)
A list of databases from a data catalog.
databaseList - A list of databases from a data catalog.ListDatabasesResponse.Builder databaseList(Database... databaseList)
A list of databases from a data catalog.
databaseList - A list of databases from a data catalog.ListDatabasesResponse.Builder databaseList(Consumer<Database.Builder>... databaseList)
A list of databases from a data catalog.
This is a convenience method that creates an instance of theList.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) ListDatabasesResponse.Builder nextToken(String nextToken)
A token generated by the Athena service that specifies where to continue pagination if a previous request was truncated. To obtain the next set of pages, pass in the NextToken from the response object of the previous page call.
nextToken - A token generated by the Athena service that specifies where to continue pagination if a previous
request was truncated. To obtain the next set of pages, pass in the NextToken from the response object
of the previous page call.Copyright © 2022. All rights reserved.