Interface ListLineageEventsRequest.Builder

    • Method Detail

      • domainIdentifier

        ListLineageEventsRequest.Builder domainIdentifier​(String domainIdentifier)

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

        Parameters:
        domainIdentifier - The ID of the domain where you want to list lineage events.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • maxResults

        ListLineageEventsRequest.Builder maxResults​(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.

        Parameters:
        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:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListLineageEventsRequest.Builder nextToken​(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.

        Parameters:
        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:
        Returns a reference to this object so that method calls can be chained together.
      • sortOrder

        ListLineageEventsRequest.Builder sortOrder​(String sortOrder)

        The sort order of the lineage events.

        Parameters:
        sortOrder - The sort order of the lineage events.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        SortOrder, SortOrder
      • sortOrder

        ListLineageEventsRequest.Builder sortOrder​(SortOrder sortOrder)

        The sort order of the lineage events.

        Parameters:
        sortOrder - The sort order of the lineage events.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        SortOrder, SortOrder
      • timestampAfter

        ListLineageEventsRequest.Builder timestampAfter​(Instant timestampAfter)

        The after timestamp of a lineage event.

        Parameters:
        timestampAfter - The after timestamp of a lineage event.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • timestampBefore

        ListLineageEventsRequest.Builder timestampBefore​(Instant timestampBefore)

        The before timestamp of a lineage event.

        Parameters:
        timestampBefore - The before timestamp of a lineage event.
        Returns:
        Returns a reference to this object so that method calls can be chained together.