public static interface GetDatabasesResponse.Builder extends GlueResponse.Builder, SdkPojo, 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.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
GetDatabasesResponse.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.
Database.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)
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 © 2022. All rights reserved.