Class ListLineageEventsRequest

    • Method Detail

      • domainIdentifier

        public final String domainIdentifier()

        The ID of the domain where you want to list lineage events.

        Returns:
        The ID of the domain where you want to list lineage events.
      • maxResults

        public final Integer maxResults()

        The maximum number of lineage events to return in a single call to ListLineageEvents. When the number of lineage events to be listed is greater than the value of MaxResults, the response contains a NextToken value that you can use in a subsequent call to ListLineageEvents to list the next set of lineage events.

        Returns:
        The maximum number of lineage events to return in a single call to ListLineageEvents. When the number of lineage events to be listed is greater than the value of MaxResults, the response contains a NextToken value that you can use in a subsequent call to ListLineageEvents to list the next set of lineage events.
      • nextToken

        public final String nextToken()

        When the number of lineage events is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of lineage events, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListLineageEvents to list the next set of lineage events.

        Returns:
        When the number of lineage events is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of lineage events, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListLineageEvents to list the next set of lineage events.
      • sortOrder

        public final SortOrder sortOrder()

        The sort order of the lineage events.

        If the service returns an enum value that is not available in the current SDK version, sortOrder will return SortOrder.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from sortOrderAsString().

        Returns:
        The sort order of the lineage events.
        See Also:
        SortOrder
      • sortOrderAsString

        public final String sortOrderAsString()

        The sort order of the lineage events.

        If the service returns an enum value that is not available in the current SDK version, sortOrder will return SortOrder.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from sortOrderAsString().

        Returns:
        The sort order of the lineage events.
        See Also:
        SortOrder
      • timestampAfter

        public final Instant timestampAfter()

        The after timestamp of a lineage event.

        Returns:
        The after timestamp of a lineage event.
      • timestampBefore

        public final Instant timestampBefore()

        The before timestamp of a lineage event.

        Returns:
        The before timestamp of a lineage event.
      • 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