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 SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description SectionStatistics.BuilderauditingFindingsCount(Integer auditingFindingsCount)The number of findings in the Auditing category.SectionStatistics.BuilderauthorizationControlFindingsCount(Integer authorizationControlFindingsCount)The number of findings in the Authorization Control category.SectionStatisticsbuild()SectionStatistics.Buildercopy(SectionStatistics model)SectionStatistics.BuilderdataEncryptionFindingsCount(Integer dataEncryptionFindingsCount)The number of findings in the Data Encryption category.SectionStatistics.BuilderdbConfigurationFindingsCount(Integer dbConfigurationFindingsCount)The number of findings in the Database Configuration category.SectionStatistics.BuilderfineGrainedAccessControlFindingsCount(Integer fineGrainedAccessControlFindingsCount)The number of findings in the Fine-Grained Access Control category.SectionStatistics.BuilderprivilegesAndRolesFindingsCount(Integer privilegesAndRolesFindingsCount)The number of findings in the Privileges and Roles category.SectionStatistics.BuildertargetsCount(Integer targetsCount)The number of targets that contributed to the counts at this risk level.SectionStatistics.BuilderuserAccountsFindingsCount(Integer userAccountsFindingsCount)The number of findings in the User Accounts category.
 
- 
- 
- 
Method Detail- 
targetsCountpublic 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
 
 - 
auditingFindingsCountpublic SectionStatistics.Builder auditingFindingsCount(Integer auditingFindingsCount) The number of findings in the Auditing category.- Parameters:
- auditingFindingsCount- the value to set
- Returns:
- this builder
 
 - 
authorizationControlFindingsCountpublic SectionStatistics.Builder authorizationControlFindingsCount(Integer authorizationControlFindingsCount) The number of findings in the Authorization Control category.- Parameters:
- authorizationControlFindingsCount- the value to set
- Returns:
- this builder
 
 - 
dataEncryptionFindingsCountpublic SectionStatistics.Builder dataEncryptionFindingsCount(Integer dataEncryptionFindingsCount) The number of findings in the Data Encryption category.- Parameters:
- dataEncryptionFindingsCount- the value to set
- Returns:
- this builder
 
 - 
dbConfigurationFindingsCountpublic SectionStatistics.Builder dbConfigurationFindingsCount(Integer dbConfigurationFindingsCount) The number of findings in the Database Configuration category.- Parameters:
- dbConfigurationFindingsCount- the value to set
- Returns:
- this builder
 
 - 
fineGrainedAccessControlFindingsCountpublic 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
 
 - 
privilegesAndRolesFindingsCountpublic SectionStatistics.Builder privilegesAndRolesFindingsCount(Integer privilegesAndRolesFindingsCount) The number of findings in the Privileges and Roles category.- Parameters:
- privilegesAndRolesFindingsCount- the value to set
- Returns:
- this builder
 
 - 
userAccountsFindingsCountpublic SectionStatistics.Builder userAccountsFindingsCount(Integer userAccountsFindingsCount) The number of findings in the User Accounts category.- Parameters:
- userAccountsFindingsCount- the value to set
- Returns:
- this builder
 
 - 
buildpublic SectionStatistics build() 
 - 
copypublic SectionStatistics.Builder copy(SectionStatistics model) 
 
- 
 
-