Interface GetLineageNodeRequest.Builder

    • Method Detail

      • domainIdentifier

        GetLineageNodeRequest.Builder domainIdentifier​(String domainIdentifier)

        The ID of the domain in which you want to get the data lineage node.

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

        GetLineageNodeRequest.Builder eventTimestamp​(Instant eventTimestamp)

        The event time stamp for which you want to get the data lineage node.

        Parameters:
        eventTimestamp - The event time stamp for which you want to get the data lineage node.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • identifier

        GetLineageNodeRequest.Builder identifier​(String identifier)

        The ID of the data lineage node that you want to get.

        Both, a lineage node identifier generated by Amazon DataZone and a sourceIdentifier of the lineage node are supported. If sourceIdentifier is greater than 1800 characters, you can use lineage node identifier generated by Amazon DataZone to get the node details.

        Parameters:
        identifier - The ID of the data lineage node that you want to get.

        Both, a lineage node identifier generated by Amazon DataZone and a sourceIdentifier of the lineage node are supported. If sourceIdentifier is greater than 1800 characters, you can use lineage node identifier generated by Amazon DataZone to get the node details.

        Returns:
        Returns a reference to this object so that method calls can be chained together.