Class SectionStatistics.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • targetsCount

        public SectionStatistics.Builder targetsCount​(Integer targetsCount)
        The number of targets that contributed to the counts at this risk level.
        Parameters:
        targetsCount - the value to set
        Returns:
        this builder
      • auditingFindingsCount

        public SectionStatistics.Builder auditingFindingsCount​(Integer auditingFindingsCount)
        The number of findings in the Auditing category.
        Parameters:
        auditingFindingsCount - the value to set
        Returns:
        this builder
      • authorizationControlFindingsCount

        public SectionStatistics.Builder authorizationControlFindingsCount​(Integer authorizationControlFindingsCount)
        The number of findings in the Authorization Control category.
        Parameters:
        authorizationControlFindingsCount - the value to set
        Returns:
        this builder
      • dataEncryptionFindingsCount

        public SectionStatistics.Builder dataEncryptionFindingsCount​(Integer dataEncryptionFindingsCount)
        The number of findings in the Data Encryption category.
        Parameters:
        dataEncryptionFindingsCount - the value to set
        Returns:
        this builder
      • dbConfigurationFindingsCount

        public SectionStatistics.Builder dbConfigurationFindingsCount​(Integer dbConfigurationFindingsCount)
        The number of findings in the Database Configuration category.
        Parameters:
        dbConfigurationFindingsCount - the value to set
        Returns:
        this builder
      • fineGrainedAccessControlFindingsCount

        public SectionStatistics.Builder fineGrainedAccessControlFindingsCount​(Integer fineGrainedAccessControlFindingsCount)
        The number of findings in the Fine-Grained Access Control category.
        Parameters:
        fineGrainedAccessControlFindingsCount - the value to set
        Returns:
        this builder
      • privilegesAndRolesFindingsCount

        public SectionStatistics.Builder privilegesAndRolesFindingsCount​(Integer privilegesAndRolesFindingsCount)
        The number of findings in the Privileges and Roles category.
        Parameters:
        privilegesAndRolesFindingsCount - the value to set
        Returns:
        this builder
      • userAccountsFindingsCount

        public SectionStatistics.Builder userAccountsFindingsCount​(Integer userAccountsFindingsCount)
        The number of findings in the User Accounts category.
        Parameters:
        userAccountsFindingsCount - the value to set
        Returns:
        this builder