public static interface TableResource.Builder extends SdkPojo, CopyableBuilder<TableResource.Builder,TableResource>
| Modifier and Type | Method and Description |
|---|---|
TableResource.Builder |
databaseName(String databaseName)
The name of the database for the table.
|
TableResource.Builder |
name(String name)
The name of the table.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTableResource.Builder databaseName(String databaseName)
The name of the database for the table. Unique to a Data Catalog. A database is a set of associated table definitions organized into a logical group. You can Grant and Revoke database privileges to a principal.
databaseName - The name of the database for the table. Unique to a Data Catalog. A database is a set of associated
table definitions organized into a logical group. You can Grant and Revoke database privileges to a
principal.TableResource.Builder name(String name)
The name of the table.
name - The name of the table.Copyright © 2019. All rights reserved.