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 theDatabase.Builder avoiding the need to create one
manually via Database.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #databaseList(List.
databaseList - a consumer that will call methods on
Database.Builder#databaseList(java.util.Collection) 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 © 2023. All rights reserved.