Interface ListLineageNodeHistoryResponse.Builder

    • Method Detail

      • nextToken

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

        ListLineageNodeHistoryResponse.Builder nodes​(LineageNodeSummary... 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.