Interface SourceTable.Builder

  • Method Details

    • physicalTableId

      SourceTable.Builder physicalTableId(String physicalTableId)

      The identifier of the physical table that serves as the data source.

      Parameters:
      physicalTableId - The identifier of the physical table that serves as the data source.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • dataSet

      A parent dataset that serves as the data source instead of a physical table.

      Parameters:
      dataSet - A parent dataset that serves as the data source instead of a physical table.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • dataSet

      A parent dataset that serves as the data source instead of a physical table.

      This is a convenience method that creates an instance of the ParentDataSet.Builder avoiding the need to create one manually via ParentDataSet.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to dataSet(ParentDataSet).

      Parameters:
      dataSet - a consumer that will call methods on ParentDataSet.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: