Class GetLineageNodeRequest

    • Method Detail

      • domainIdentifier

        public final String domainIdentifier()

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

        Returns:
        The ID of the domain in which you want to get the data lineage node.
      • eventTimestamp

        public final Instant eventTimestamp()

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

        Returns:
        The event time stamp for which you want to get the data lineage node.
      • identifier

        public final 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.

        Returns:
        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.

      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object