Interface BasicCatalogTarget.Builder

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

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

    • name

      The name of your data target.

      Parameters:
      name - The name of your 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

      BasicCatalogTarget.Builder database(String database)

      The database that contains the table you want to use as the target. This database must already exist in the Data Catalog.

      Parameters:
      database - The database that contains the table you want to use as the target. This database must already exist in the Data Catalog.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • table

      The table that defines the schema of your output data. This table must already exist in the Data Catalog.

      Parameters:
      table - The table that defines the schema of your output data. This table must already exist in the Data Catalog.
      Returns:
      Returns a reference to this object so that method calls can be chained together.