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.
|
DatabaseIdentifier.Builder |
region(String region)
Region of the target 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.DatabaseIdentifier.Builder region(String region)
Region of the target database.
region - Region of the target database.Copyright © 2023. All rights reserved.