Finding.Builder | 
Finding.Builder.assessmentId(String assessmentId) | 
 The OCID of the assessment that generated this finding. 
 | 
static Finding.Builder | 
Finding.builder() | 
 Create a new builder. 
 | 
Finding.Builder | 
Finding.Builder.copy(Finding model) | 
  | 
Finding.Builder | 
Finding.Builder.details(Object details) | 
 The details of the finding. 
 | 
Finding.Builder | 
Finding.Builder.hasTargetDbRiskLevelChanged(Boolean hasTargetDbRiskLevelChanged) | 
 Determines if this risk level has changed on the target database since the last time
‘severity’ was modified by user. 
 | 
Finding.Builder | 
Finding.Builder.isRiskModified(Boolean isRiskModified) | 
 Determines if this risk level was modified by user. 
 | 
Finding.Builder | 
Finding.Builder.justification(String justification) | 
 User provided reason for accepting or modifying this finding if they choose to do so. 
 | 
Finding.Builder | 
Finding.Builder.key(String key) | 
 A unique identifier for the finding. 
 | 
Finding.Builder | 
Finding.Builder.lifecycleDetails(String lifecycleDetails) | 
 Details about the current state of the finding. 
 | 
Finding.Builder | 
Finding.Builder.lifecycleState(FindingLifecycleState lifecycleState) | 
 The current state of the finding. 
 | 
Finding.Builder | 
Finding.Builder.oracleDefinedSeverity(Finding.Severity oracleDefinedSeverity) | 
 The severity of the finding as determined by security assessment. 
 | 
Finding.Builder | 
Finding.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. 
 | 
Finding.Builder | 
Finding.Builder.remarks(String remarks) | 
 The explanation of the issue in this finding. 
 | 
Finding.Builder | 
Finding.Builder.severity(Finding.Severity severity) | 
 The severity of the finding. 
 | 
Finding.Builder | 
Finding.Builder.summary(String summary) | 
 The brief summary of the finding. 
 | 
Finding.Builder | 
Finding.Builder.targetId(String targetId) | 
 The OCID of the target database. 
 | 
Finding.Builder | 
Finding.Builder.timeUpdated(Date timeUpdated) | 
The date and time the risk level of finding was last updated, in the format defined by
 RFC3339.  
 | 
Finding.Builder | 
Finding.Builder.timeValidUntil(Date timeValidUntil) | 
 The time until which the change in severity(deferred/modified) of this finding is valid. 
 | 
Finding.Builder | 
Finding.Builder.title(String title) | 
 The short title for the finding. 
 | 
Finding.Builder | 
Finding.toBuilder() | 
  |