Interface GetLineageNodeResponse.Builder

    • Method Detail

      • createdAt

        GetLineageNodeResponse.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

        GetLineageNodeResponse.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

        GetLineageNodeResponse.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

        GetLineageNodeResponse.Builder domainId​(String domainId)

        The ID of the domain where you're getting the data lineage node.

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

        GetLineageNodeResponse.Builder downstreamNodes​(Collection<LineageNodeReference> downstreamNodes)

        The downsteam nodes of the specified data lineage node.

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

        GetLineageNodeResponse.Builder downstreamNodes​(LineageNodeReference... downstreamNodes)

        The downsteam nodes of the specified data lineage node.

        Parameters:
        downstreamNodes - The downsteam nodes of the specified data lineage node.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • eventTimestamp

        GetLineageNodeResponse.Builder eventTimestamp​(Instant eventTimestamp)

        The timestamp of the event described in the data lineage node.

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

        GetLineageNodeResponse.Builder formsOutput​(Collection<FormOutput> formsOutput)

        The metadata of the specified data lineage node.

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

        GetLineageNodeResponse.Builder formsOutput​(FormOutput... formsOutput)

        The metadata of the specified data lineage node.

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

        GetLineageNodeResponse.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

        GetLineageNodeResponse.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

        GetLineageNodeResponse.Builder sourceIdentifier​(String sourceIdentifier)

        The source identifier of the data lineage node.

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

        GetLineageNodeResponse.Builder typeName​(String typeName)

        The name of the type of the specified data lineage node.

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

        GetLineageNodeResponse.Builder typeRevision​(String typeRevision)

        The revision type of the specified data lineage node.

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

        GetLineageNodeResponse.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

        GetLineageNodeResponse.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.
      • upstreamNodes

        GetLineageNodeResponse.Builder upstreamNodes​(Collection<LineageNodeReference> upstreamNodes)

        The upstream nodes of the specified data lineage node.

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

        GetLineageNodeResponse.Builder upstreamNodes​(LineageNodeReference... upstreamNodes)

        The upstream nodes of the specified data lineage node.

        Parameters:
        upstreamNodes - The upstream nodes of the specified data lineage node.
        Returns:
        Returns a reference to this object so that method calls can be chained together.