public static interface GetDatabaseResponse.Builder extends GlueResponse.Builder, SdkPojo, CopyableBuilder<GetDatabaseResponse.Builder,GetDatabaseResponse>
| Modifier and Type | Method and Description |
|---|---|
default GetDatabaseResponse.Builder |
database(Consumer<Database.Builder> database)
The definition of the specified database in the Data Catalog.
|
GetDatabaseResponse.Builder |
database(Database database)
The definition of the specified database in the Data Catalog.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetDatabaseResponse.Builder database(Database database)
The definition of the specified database in the Data Catalog.
database - The definition of the specified database in the Data Catalog.default GetDatabaseResponse.Builder database(Consumer<Database.Builder> database)
The definition of the specified database in the 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 database(Database).
database - a consumer that will call methods on Database.Builderdatabase(Database)Copyright © 2023. All rights reserved.