Interface GetFindingsResponse.Builder

    • Method Detail

      • findings

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

        A list of findings.

        Parameters:
        findings - A list of findings.
        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.

        Parameters:
        findings - A list of findings.
        Returns:
        Returns a reference to this object so that method calls can be chained together.