Interface ExternalAccessFindingsStatistics.Builder

  • Method Details

    • resourceTypeStatisticsWithStrings

      ExternalAccessFindingsStatistics.Builder resourceTypeStatisticsWithStrings(Map<String,ResourceTypeDetails> resourceTypeStatistics)

      The total number of active cross-account and public findings for each resource type of the specified external access analyzer.

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

      ExternalAccessFindingsStatistics.Builder resourceTypeStatistics(Map<ResourceType,ResourceTypeDetails> resourceTypeStatistics)

      The total number of active cross-account and public findings for each resource type of the specified external access analyzer.

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

      ExternalAccessFindingsStatistics.Builder totalActiveFindings(Integer totalActiveFindings)

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

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

      ExternalAccessFindingsStatistics.Builder totalArchivedFindings(Integer totalArchivedFindings)

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

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

      ExternalAccessFindingsStatistics.Builder totalResolvedFindings(Integer totalResolvedFindings)

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

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