Interface TableMember.Builder

All Superinterfaces:
Buildable, CopyableBuilder<TableMember.Builder,TableMember>, SdkBuilder<TableMember.Builder,TableMember>, SdkPojo
Enclosing class:
TableMember

public static interface TableMember.Builder extends SdkPojo, CopyableBuilder<TableMember.Builder,TableMember>
  • Method Details

    • name

      The name of the table.

      Parameters:
      name - The name of the table.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • schema

      TableMember.Builder schema(String schema)

      The schema containing the table.

      Parameters:
      schema - The schema containing the table.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • type

      The type of the table. Possible values include TABLE, VIEW, SYSTEM TABLE, GLOBAL TEMPORARY, LOCAL TEMPORARY, ALIAS, and SYNONYM.

      Parameters:
      type - The type of the table. Possible values include TABLE, VIEW, SYSTEM TABLE, GLOBAL TEMPORARY, LOCAL TEMPORARY, ALIAS, and SYNONYM.
      Returns:
      Returns a reference to this object so that method calls can be chained together.