Interface ListLineageNodeHistoryRequest.Builder

  • Method Details

    • direction

      The direction of the data lineage node refers to the lineage node having neighbors in that direction. For example, if direction is UPSTREAM, the ListLineageNodeHistory API responds with historical versions with upstream neighbors only.

      Parameters:
      direction - The direction of the data lineage node refers to the lineage node having neighbors in that direction. For example, if direction is UPSTREAM, the ListLineageNodeHistory API responds with historical versions with upstream neighbors only.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • direction

      The direction of the data lineage node refers to the lineage node having neighbors in that direction. For example, if direction is UPSTREAM, the ListLineageNodeHistory API responds with historical versions with upstream neighbors only.

      Parameters:
      direction - The direction of the data lineage node refers to the lineage node having neighbors in that direction. For example, if direction is UPSTREAM, the ListLineageNodeHistory API responds with historical versions with upstream neighbors only.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • domainIdentifier

      ListLineageNodeHistoryRequest.Builder domainIdentifier(String domainIdentifier)

      The ID of the domain where you want to list the history of the specified data lineage node.

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

      ListLineageNodeHistoryRequest.Builder eventTimestampGTE(Instant eventTimestampGTE)

      Specifies whether the action is to return data lineage node history from the time after the event timestamp.

      Parameters:
      eventTimestampGTE - Specifies whether the action is to return data lineage node history from the time after the event timestamp.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • eventTimestampLTE

      ListLineageNodeHistoryRequest.Builder eventTimestampLTE(Instant eventTimestampLTE)

      Specifies whether the action is to return data lineage node history from the time prior of the event timestamp.

      Parameters:
      eventTimestampLTE - Specifies whether the action is to return data lineage node history from the time prior of the event timestamp.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • identifier

      The ID of the data lineage node whose history you want to list.

      Parameters:
      identifier - The ID of the data lineage node whose history you want to list.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • maxResults

      The maximum number of history items to return in a single call to ListLineageNodeHistory. When the number of memberships 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 ListLineageNodeHistory to list the next set of items.

      Parameters:
      maxResults - The maximum number of history items to return in a single call to ListLineageNodeHistory. When the number of memberships 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 ListLineageNodeHistory to list the next set of items.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • nextToken

      When the number of history items 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 items, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListLineageNodeHistory to list the next set of items.

      Parameters:
      nextToken - When the number of history items 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 items, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListLineageNodeHistory to list the next set of items.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • sortOrder

      The order by which you want data lineage node history to be sorted.

      Parameters:
      sortOrder - The order by which you want data lineage node history to be sorted.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • sortOrder

      The order by which you want data lineage node history to be sorted.

      Parameters:
      sortOrder - The order by which you want data lineage node history to be sorted.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • overrideConfiguration

      ListLineageNodeHistoryRequest.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.