Interface ListLineageEventsRequest.Builder

  • Method Details

    • 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

      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.
    • processingStatus

      ListLineageEventsRequest.Builder processingStatus(String processingStatus)

      The processing status of a lineage event.

      Parameters:
      processingStatus - The processing status of a lineage event.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • processingStatus

      The processing status of a lineage event.

      Parameters:
      processingStatus - The processing status of a lineage event.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • 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

      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:
    • 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.
    • overrideConfiguration

      ListLineageEventsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.