Interface GetFindingsResponse.Builder

    • Method Detail

      • findings

        GetFindingsResponse.Builder findings​(Collection<Finding> findings)

        A list of findings generated by the specified scan.

        Parameters:
        findings - A list of findings generated by the specified scan.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • findings

        GetFindingsResponse.Builder findings​(Finding... findings)

        A list of findings generated by the specified scan.

        Parameters:
        findings - A list of findings generated by the specified scan.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        GetFindingsResponse.Builder nextToken​(String nextToken)

        A pagination token. You can use this in future calls to GetFindings to continue listing results after the current page.

        Parameters:
        nextToken - A pagination token. You can use this in future calls to GetFindings to continue listing results after the current page.
        Returns:
        Returns a reference to this object so that method calls can be chained together.