Interface TableIdentifier.Builder

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

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

    • catalogId

      TableIdentifier.Builder catalogId(String catalogId)

      The ID of the Data Catalog in which the table resides.

      Parameters:
      catalogId - The ID of the Data Catalog in which the table resides.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • databaseName

      TableIdentifier.Builder databaseName(String databaseName)

      The name of the catalog database that contains the target table.

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

      The name of the target table.

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

      Region of the target table.

      Parameters:
      region - Region of the target table.
      Returns:
      Returns a reference to this object so that method calls can be chained together.