Interface ColumnLineageEntry.Builder

  • Method Details

    • column

      The name of the column in the intermediate table.

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

      ColumnLineageEntry.Builder sourceColumn(String sourceColumn)

      The name of the column in the source table.

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

      ColumnLineageEntry.Builder sourceName(String sourceName)

      The name of the source table.

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

      ColumnLineageEntry.Builder sourceId(String sourceId)

      The unique identifier of the source table.

      Parameters:
      sourceId - The unique identifier of the source table.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • sourceType

      ColumnLineageEntry.Builder sourceType(String sourceType)

      The type of the source table.

      Parameters:
      sourceType - The type of the source table.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • sourceType

      The type of the source table.

      Parameters:
      sourceType - The type of the source table.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • sourceAccountId

      ColumnLineageEntry.Builder sourceAccountId(String sourceAccountId)

      The Amazon Web Services account ID of the owner of the source table.

      Parameters:
      sourceAccountId - The Amazon Web Services account ID of the owner of the source table.
      Returns:
      Returns a reference to this object so that method calls can be chained together.