public static interface TableIdentifier.Builder extends SdkPojo, CopyableBuilder<TableIdentifier.Builder,TableIdentifier>
| Modifier and Type | Method and Description |
|---|---|
TableIdentifier.Builder |
catalogId(String catalogId)
The ID of the Data Catalog in which the table resides.
|
TableIdentifier.Builder |
databaseName(String databaseName)
The name of the catalog database that contains the target table.
|
TableIdentifier.Builder |
name(String name)
The name of the target table.
|
TableIdentifier.Builder |
region(String region)
Region of the target table.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTableIdentifier.Builder catalogId(String catalogId)
The ID of the Data Catalog in which the table resides.
catalogId - The ID of the Data Catalog in which the table resides.TableIdentifier.Builder databaseName(String databaseName)
The name of the catalog database that contains the target table.
databaseName - The name of the catalog database that contains the target table.TableIdentifier.Builder name(String name)
The name of the target table.
name - The name of the target table.TableIdentifier.Builder region(String region)
Region of the target table.
region - Region of the target table.Copyright © 2023. All rights reserved.