Interface ListLineageNodeHistoryResponse.Builder

  • Method Details

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

      The nodes returned by the ListLineageNodeHistory action.

      Parameters:
      nodes - The nodes returned by the ListLineageNodeHistory action.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • nodes

      The nodes returned by the ListLineageNodeHistory action.

      Parameters:
      nodes - The nodes returned by the ListLineageNodeHistory action.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • nodes

      The nodes returned by the ListLineageNodeHistory action.

      This is a convenience method that creates an instance of the LineageNodeSummary.Builder avoiding the need to create one manually via LineageNodeSummary.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to nodes(List<LineageNodeSummary>).

      Parameters:
      nodes - a consumer that will call methods on LineageNodeSummary.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: