Interface InternalAccessFindingsStatistics.Builder

  • Method Details

    • resourceTypeStatisticsWithStrings

      InternalAccessFindingsStatistics.Builder resourceTypeStatisticsWithStrings(Map<String,InternalAccessResourceTypeDetails> resourceTypeStatistics)

      The total number of active findings for each resource type of the specified internal access analyzer.

      Parameters:
      resourceTypeStatistics - The total number of active findings for each resource type of the specified internal access analyzer.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • resourceTypeStatistics

      The total number of active findings for each resource type of the specified internal access analyzer.

      Parameters:
      resourceTypeStatistics - The total number of active findings for each resource type of the specified internal access analyzer.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • totalActiveFindings

      InternalAccessFindingsStatistics.Builder totalActiveFindings(Integer totalActiveFindings)

      The number of active findings for the specified internal access analyzer.

      Parameters:
      totalActiveFindings - The number of active findings for the specified internal access analyzer.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • totalArchivedFindings

      InternalAccessFindingsStatistics.Builder totalArchivedFindings(Integer totalArchivedFindings)

      The number of archived findings for the specified internal access analyzer.

      Parameters:
      totalArchivedFindings - The number of archived findings for the specified internal access analyzer.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • totalResolvedFindings

      InternalAccessFindingsStatistics.Builder totalResolvedFindings(Integer totalResolvedFindings)

      The number of resolved findings for the specified internal access analyzer.

      Parameters:
      totalResolvedFindings - The number of resolved findings for the specified internal access analyzer.
      Returns:
      Returns a reference to this object so that method calls can be chained together.