Interface LineageNodeSummary.Builder

    • Method Detail

      • createdAt

        LineageNodeSummary.Builder createdAt​(Instant createdAt)

        The timestamp at which the data lineage node was created.

        Parameters:
        createdAt - The timestamp at which the data lineage node was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • createdBy

        LineageNodeSummary.Builder createdBy​(String createdBy)

        The user who created the data lineage node.

        Parameters:
        createdBy - The user who created the data lineage node.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • description

        LineageNodeSummary.Builder description​(String description)

        The description of the data lineage node.

        Parameters:
        description - The description of the data lineage node.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • domainId

        LineageNodeSummary.Builder domainId​(String domainId)

        The ID of the domain of the data lineage node.

        Parameters:
        domainId - The ID of the domain of the data lineage node.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • eventTimestamp

        LineageNodeSummary.Builder eventTimestamp​(Instant eventTimestamp)

        The event timestamp of the data lineage node.

        Parameters:
        eventTimestamp - The event timestamp of the data lineage node.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • id

        LineageNodeSummary.Builder id​(String id)

        The ID of the data lineage node.

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

        LineageNodeSummary.Builder name​(String name)

        The name of the data lineage node.

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

        LineageNodeSummary.Builder sourceIdentifier​(String sourceIdentifier)

        The alternate ID of the data lineage node.

        Parameters:
        sourceIdentifier - The alternate ID of the data lineage node.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • typeName

        LineageNodeSummary.Builder typeName​(String typeName)

        The name of the type of the data lineage node.

        Parameters:
        typeName - The name of the type of the data lineage node.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • typeRevision

        LineageNodeSummary.Builder typeRevision​(String typeRevision)

        The type of the revision of the data lineage node.

        Parameters:
        typeRevision - The type of the revision of the data lineage node.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • updatedAt

        LineageNodeSummary.Builder updatedAt​(Instant updatedAt)

        The timestamp at which the data lineage node was updated.

        Parameters:
        updatedAt - The timestamp at which the data lineage node was updated.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • updatedBy

        LineageNodeSummary.Builder updatedBy​(String updatedBy)

        The user who updated the data lineage node.

        Parameters:
        updatedBy - The user who updated the data lineage node.
        Returns:
        Returns a reference to this object so that method calls can be chained together.