public static interface TableResource.Builder extends SdkPojo, CopyableBuilder<TableResource.Builder,TableResource>
| Modifier and Type | Method and Description |
|---|---|
TableResource.Builder |
catalogId(String catalogId)
The identifier for the Data Catalog.
|
TableResource.Builder |
databaseName(String databaseName)
The name of the database for the table.
|
TableResource.Builder |
name(String name)
The name of the table.
|
default TableResource.Builder |
tableWildcard(Consumer<TableWildcard.Builder> tableWildcard)
A wildcard object representing every table under a database.
|
TableResource.Builder |
tableWildcard(TableWildcard tableWildcard)
A wildcard object representing every table under a database.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTableResource.Builder catalogId(String catalogId)
The identifier for the Data Catalog. By default, it is the account ID of the caller.
catalogId - The identifier for the Data Catalog. By default, it is the account ID of the caller.TableResource.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.TableResource.Builder tableWildcard(TableWildcard tableWildcard)
A wildcard object representing every table under a database.
At least one of TableResource$Name or TableResource$TableWildcard is required.
tableWildcard - A wildcard object representing every table under a database.
At least one of TableResource$Name or TableResource$TableWildcard is
required.
default TableResource.Builder tableWildcard(Consumer<TableWildcard.Builder> tableWildcard)
A wildcard object representing every table under a database.
At least one of TableResource$Name or TableResource$TableWildcard is required.
TableWildcard.Builder avoiding the need to
create one manually via TableWildcard.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to tableWildcard(TableWildcard).tableWildcard - a consumer that will call methods on TableWildcard.BuildertableWildcard(TableWildcard)Copyright © 2021. All rights reserved.