public static class SectionStatistics.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
SectionStatistics.Builder |
auditingFindingsCount(Integer auditingFindingsCount)
The number of findings in the Auditing category.
|
SectionStatistics.Builder |
authorizationControlFindingsCount(Integer authorizationControlFindingsCount)
The number of findings in the Authorization Control category.
|
SectionStatistics |
build() |
SectionStatistics.Builder |
copy(SectionStatistics model) |
SectionStatistics.Builder |
dataEncryptionFindingsCount(Integer dataEncryptionFindingsCount)
The number of findings in the Data Encryption category.
|
SectionStatistics.Builder |
dbConfigurationFindingsCount(Integer dbConfigurationFindingsCount)
The number of findings in the Database Configuration category.
|
SectionStatistics.Builder |
fineGrainedAccessControlFindingsCount(Integer fineGrainedAccessControlFindingsCount)
The number of findings in the Fine-Grained Access Control category.
|
SectionStatistics.Builder |
privilegesAndRolesFindingsCount(Integer privilegesAndRolesFindingsCount)
The number of findings in the Privileges and Roles category.
|
SectionStatistics.Builder |
targetsCount(Integer targetsCount)
The number of targets that contributed to the counts at this risk level.
|
SectionStatistics.Builder |
userAccountsFindingsCount(Integer userAccountsFindingsCount)
The number of findings in the User Accounts category.
|
public SectionStatistics.Builder targetsCount(Integer targetsCount)
The number of targets that contributed to the counts at this risk level.
targetsCount
- the value to setpublic SectionStatistics.Builder auditingFindingsCount(Integer auditingFindingsCount)
The number of findings in the Auditing category.
auditingFindingsCount
- the value to setpublic SectionStatistics.Builder authorizationControlFindingsCount(Integer authorizationControlFindingsCount)
The number of findings in the Authorization Control category.
authorizationControlFindingsCount
- the value to setpublic SectionStatistics.Builder dataEncryptionFindingsCount(Integer dataEncryptionFindingsCount)
The number of findings in the Data Encryption category.
dataEncryptionFindingsCount
- the value to setpublic SectionStatistics.Builder dbConfigurationFindingsCount(Integer dbConfigurationFindingsCount)
The number of findings in the Database Configuration category.
dbConfigurationFindingsCount
- the value to setpublic SectionStatistics.Builder fineGrainedAccessControlFindingsCount(Integer fineGrainedAccessControlFindingsCount)
The number of findings in the Fine-Grained Access Control category.
fineGrainedAccessControlFindingsCount
- the value to setpublic SectionStatistics.Builder privilegesAndRolesFindingsCount(Integer privilegesAndRolesFindingsCount)
The number of findings in the Privileges and Roles category.
privilegesAndRolesFindingsCount
- the value to setpublic SectionStatistics.Builder userAccountsFindingsCount(Integer userAccountsFindingsCount)
The number of findings in the User Accounts category.
userAccountsFindingsCount
- the value to setpublic SectionStatistics build()
public SectionStatistics.Builder copy(SectionStatistics model)
Copyright © 2016–2024. All rights reserved.