Package com.oracle.bmc.datasafe.model
Class FindingAnalyticsDimensions.Builder
- java.lang.Object
- 
- com.oracle.bmc.datasafe.model.FindingAnalyticsDimensions.Builder
 
- 
- Enclosing class:
- FindingAnalyticsDimensions
 
 public static class FindingAnalyticsDimensions.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description FindingAnalyticsDimensionsbuild()FindingAnalyticsDimensions.Buildercategory(String category)The category of the top finding.FindingAnalyticsDimensions.Buildercopy(FindingAnalyticsDimensions model)FindingAnalyticsDimensions.Builderkey(String key)Each finding in security assessment has an associated key (think of key as a finding’s name).FindingAnalyticsDimensions.Builderreferences(References references)Provides information on whether the finding is related to a CIS Oracle Database Benchmark recommendation, STIG rule, or related to a GDPR Article/Recital.FindingAnalyticsDimensions.Builderremarks(String remarks)The explanation of the issue in this finding.FindingAnalyticsDimensions.Builderseverity(FindingAnalyticsDimensions.Severity severity)The severity (risk level) of the finding.FindingAnalyticsDimensions.BuildertargetId(String targetId)The OCID of the target database.FindingAnalyticsDimensions.Buildertitle(String title)The short title of the finding.FindingAnalyticsDimensions.BuildertopFindingCategory(String topFindingCategory)The category of the top finding.FindingAnalyticsDimensions.BuildertopFindingStatus(FindingAnalyticsDimensions.TopFindingStatus topFindingStatus)The status of the top finding.
 
- 
- 
- 
Method Detail- 
keypublic FindingAnalyticsDimensions.Builder key(String key) Each finding in security assessment has an associated key (think of key as a finding’s name).For a given finding, the key will be the same across targets. The user can use these keys to filter the findings. - Parameters:
- key- the value to set
- Returns:
- this builder
 
 - 
topFindingCategorypublic FindingAnalyticsDimensions.Builder topFindingCategory(String topFindingCategory) The category of the top finding.- Parameters:
- topFindingCategory- the value to set
- Returns:
- this builder
 
 - 
categorypublic FindingAnalyticsDimensions.Builder category(String category) The category of the top finding.- Parameters:
- category- the value to set
- Returns:
- this builder
 
 - 
titlepublic FindingAnalyticsDimensions.Builder title(String title) The short title of the finding.- Parameters:
- title- the value to set
- Returns:
- this builder
 
 - 
topFindingStatuspublic FindingAnalyticsDimensions.Builder topFindingStatus(FindingAnalyticsDimensions.TopFindingStatus topFindingStatus) The status of the top finding.All findings will have “severity” to indicate the risk level, but only top findings will have “status”. Possible status: Pass / Risk (Low, Medium, High)/ Evaluate / Advisory / Deferred Instead of having “Low, Medium, High” in severity, “Risk” will include these three situations in status. - Parameters:
- topFindingStatus- the value to set
- Returns:
- this builder
 
 - 
severitypublic FindingAnalyticsDimensions.Builder severity(FindingAnalyticsDimensions.Severity severity) The severity (risk level) of the finding.- Parameters:
- severity- the value to set
- Returns:
- this builder
 
 - 
remarkspublic FindingAnalyticsDimensions.Builder remarks(String remarks) The explanation of the issue in this finding.It explains the reason for the rule and, if a risk is reported, it may also explain the recommended actions for remediation. - Parameters:
- remarks- the value to set
- Returns:
- this builder
 
 - 
targetIdpublic FindingAnalyticsDimensions.Builder targetId(String targetId) The OCID of the target database.- Parameters:
- targetId- the value to set
- Returns:
- this builder
 
 - 
referencespublic FindingAnalyticsDimensions.Builder references(References references) Provides information on whether the finding is related to a CIS Oracle Database Benchmark recommendation, STIG rule, or related to a GDPR Article/Recital.- Parameters:
- references- the value to set
- Returns:
- this builder
 
 - 
buildpublic FindingAnalyticsDimensions build() 
 - 
copypublic FindingAnalyticsDimensions.Builder copy(FindingAnalyticsDimensions model) 
 
- 
 
-