Package com.oracle.bmc.datasafe.model
Class CheckSummary.Builder
- java.lang.Object
- 
- com.oracle.bmc.datasafe.model.CheckSummary.Builder
 
- 
- Enclosing class:
- CheckSummary
 
 public static class CheckSummary.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description CheckSummarybuild()CheckSummary.Buildercategory(String category)The category to which the check belongs to.CheckSummary.Buildercopy(CheckSummary model)CheckSummary.Builderkey(String key)A unique identifier for the check.CheckSummary.Builderoneline(String oneline)Provides a recommended approach to take to remediate the check reported.CheckSummary.Builderreferences(References references)Provides information on whether the check is related to a CIS Oracle Database Benchmark recommendation, STIG rule, GDPR Article/Recital or related to the Oracle Recommended Practice.CheckSummary.Builderremarks(String remarks)The explanation of the issue in this check.CheckSummary.BuildersuggestedSeverity(CheckSummary.SuggestedSeverity suggestedSeverity)The severity of the check as suggested by Data Safe security assessment.CheckSummary.Buildertitle(String title)The short title for the check.
 
- 
- 
- 
Method Detail- 
keypublic CheckSummary.Builder key(String key) A unique identifier for the check.- Parameters:
- key- the value to set
- Returns:
- this builder
 
 - 
titlepublic CheckSummary.Builder title(String title) The short title for the check.- Parameters:
- title- the value to set
- Returns:
- this builder
 
 - 
remarkspublic CheckSummary.Builder remarks(String remarks) The explanation of the issue in this check.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
 
 - 
referencespublic CheckSummary.Builder references(References references) Provides information on whether the check is related to a CIS Oracle Database Benchmark recommendation, STIG rule, GDPR Article/Recital or related to the Oracle Recommended Practice.- Parameters:
- references- the value to set
- Returns:
- this builder
 
 - 
categorypublic CheckSummary.Builder category(String category) The category to which the check belongs to.- Parameters:
- category- the value to set
- Returns:
- this builder
 
 - 
onelinepublic CheckSummary.Builder oneline(String oneline) Provides a recommended approach to take to remediate the check reported.- Parameters:
- oneline- the value to set
- Returns:
- this builder
 
 - 
suggestedSeveritypublic CheckSummary.Builder suggestedSeverity(CheckSummary.SuggestedSeverity suggestedSeverity) The severity of the check as suggested by Data Safe security assessment.This will be the default severity in the template baseline security assessment. - Parameters:
- suggestedSeverity- the value to set
- Returns:
- this builder
 
 - 
buildpublic CheckSummary build() 
 - 
copypublic CheckSummary.Builder copy(CheckSummary model) 
 
- 
 
-