Package com.oracle.bmc.datasafe.model
Class SectionStatistics.Builder
- java.lang.Object
-
- com.oracle.bmc.datasafe.model.SectionStatistics.Builder
-
- Enclosing class:
- SectionStatistics
public static class SectionStatistics.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.
-
-
-
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
-
build
public SectionStatistics build()
-
copy
public SectionStatistics.Builder copy(SectionStatistics model)
-
-