public static interface TableMember.Builder extends SdkPojo, CopyableBuilder<TableMember.Builder,TableMember>
| Modifier and Type | Method and Description |
|---|---|
TableMember.Builder |
name(String name)
The name of the table.
|
TableMember.Builder |
schema(String schema)
The schema containing the table.
|
TableMember.Builder |
type(String type)
The type of the table.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTableMember.Builder name(String name)
The name of the table.
name - The name of the table.TableMember.Builder schema(String schema)
The schema containing the table.
schema - The schema containing the table.TableMember.Builder type(String type)
The type of the table. Possible values include TABLE, VIEW, SYSTEM TABLE, GLOBAL TEMPORARY, LOCAL TEMPORARY, ALIAS, and SYNONYM.
type - The type of the table. Possible values include TABLE, VIEW, SYSTEM TABLE, GLOBAL TEMPORARY, LOCAL
TEMPORARY, ALIAS, and SYNONYM.Copyright © 2021. All rights reserved.