Interface ListFindingsResponse.Builder

    • Method Detail

      • findings

        ListFindingsResponse.Builder findings​(Collection<FindingSummary> findings)

        A list of findings retrieved from the analyzer that match the filter criteria specified, if any.

        Parameters:
        findings - A list of findings retrieved from the analyzer that match the filter criteria specified, if any.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • findings

        ListFindingsResponse.Builder findings​(FindingSummary... findings)

        A list of findings retrieved from the analyzer that match the filter criteria specified, if any.

        Parameters:
        findings - A list of findings retrieved from the analyzer that match the filter criteria specified, if any.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListFindingsResponse.Builder nextToken​(String nextToken)

        A token used for pagination of results returned.

        Parameters:
        nextToken - A token used for pagination of results returned.
        Returns:
        Returns a reference to this object so that method calls can be chained together.