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 Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CheckSummary
build()
CheckSummary.Builder
category(String category)
The category to which the check belongs to.CheckSummary.Builder
copy(CheckSummary model)
CheckSummary.Builder
key(String key)
A unique identifier for the check.CheckSummary.Builder
oneline(String oneline)
Provides a recommended approach to take to remediate the check reported.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.CheckSummary.Builder
remarks(String remarks)
The explanation of the issue in this check.CheckSummary.Builder
suggestedSeverity(CheckSummary.SuggestedSeverity suggestedSeverity)
The severity of the check as suggested by Data Safe security assessment.CheckSummary.Builder
title(String title)
The short title for the check.
-
-
-
Method Detail
-
key
public CheckSummary.Builder key(String key)
A unique identifier for the check.- Parameters:
key
- the value to set- Returns:
- this builder
-
title
public CheckSummary.Builder title(String title)
The short title for the check.- Parameters:
title
- the value to set- Returns:
- this builder
-
remarks
public 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
-
references
public 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
-
category
public CheckSummary.Builder category(String category)
The category to which the check belongs to.- Parameters:
category
- the value to set- Returns:
- this builder
-
oneline
public 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
-
suggestedSeverity
public 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
-
build
public CheckSummary build()
-
copy
public CheckSummary.Builder copy(CheckSummary model)
-
-