Interface ListFindingsV2Response.Builder

    • Method Detail

      • findings

        ListFindingsV2Response.Builder findings​(Collection<FindingSummaryV2> 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

        ListFindingsV2Response.Builder findings​(FindingSummaryV2... 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

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