public static interface CatalogEntry.Builder extends SdkPojo, CopyableBuilder<CatalogEntry.Builder,CatalogEntry>
| Modifier and Type | Method and Description |
|---|---|
CatalogEntry.Builder |
databaseName(String databaseName)
The database in which the table metadata resides.
|
CatalogEntry.Builder |
tableName(String tableName)
The name of the table in question.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCatalogEntry.Builder databaseName(String databaseName)
The database in which the table metadata resides.
databaseName - The database in which the table metadata resides.CatalogEntry.Builder tableName(String tableName)
The name of the table in question.
tableName - The name of the table in question.Copyright © 2023. All rights reserved.