Interface OracleSQLCatalogTarget.Builder

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

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

    • name

      The name of the data target.

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

      The nodes that are inputs to the data target.

      Parameters:
      inputs - The nodes that are inputs to the data target.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • inputs

      The nodes that are inputs to the data target.

      Parameters:
      inputs - The nodes that are inputs to the data target.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • database

      The name of the database to write to.

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

      The name of the table in the database to write to.

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