Interface GetFindingHistoryResponse.Builder

    • Method Detail

      • records

        GetFindingHistoryResponse.Builder records​(Collection<FindingHistoryRecord> records)

        A list of events that altered the specified finding during the specified time period.

        Parameters:
        records - A list of events that altered the specified finding during the specified time period.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • records

        GetFindingHistoryResponse.Builder records​(FindingHistoryRecord... records)

        A list of events that altered the specified finding during the specified time period.

        Parameters:
        records - A list of events that altered the specified finding during the specified time period.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        GetFindingHistoryResponse.Builder nextToken​(String nextToken)

        A token for pagination purposes. Provide this token in the subsequent request to GetFindingsHistory to get up to an additional 100 results of history for the same finding that you specified in your initial request.

        Parameters:
        nextToken - A token for pagination purposes. Provide this token in the subsequent request to GetFindingsHistory to get up to an additional 100 results of history for the same finding that you specified in your initial request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.