public static interface DatabaseIdentifier.Builder extends SdkPojo, CopyableBuilder<DatabaseIdentifier.Builder,DatabaseIdentifier>
| Modifier and Type | Method and Description |
|---|---|
DatabaseIdentifier.Builder |
catalogId(String catalogId)
The ID of the Data Catalog in which the database resides.
|
DatabaseIdentifier.Builder |
databaseName(String databaseName)
The name of the catalog database.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDatabaseIdentifier.Builder catalogId(String catalogId)
The ID of the Data Catalog in which the database resides.
catalogId - The ID of the Data Catalog in which the database resides.DatabaseIdentifier.Builder databaseName(String databaseName)
The name of the catalog database.
databaseName - The name of the catalog database.Copyright © 2021. All rights reserved.