public static class FindingAnalyticsDimensions.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
FindingAnalyticsDimensions |
build() |
FindingAnalyticsDimensions.Builder |
copy(FindingAnalyticsDimensions model) |
FindingAnalyticsDimensions.Builder |
key(String key)
Each finding in security assessment has an associated key (think of key as a finding’s
name).
|
FindingAnalyticsDimensions.Builder |
severity(FindingAnalyticsDimensions.Severity severity)
The severity (risk level) of the finding.
|
FindingAnalyticsDimensions.Builder |
targetId(String targetId)
The OCID of the target database.
|
FindingAnalyticsDimensions.Builder |
title(String title)
The short title of the finding.
|
FindingAnalyticsDimensions.Builder |
topFindingCategory(String topFindingCategory)
The category of the top finding.
|
FindingAnalyticsDimensions.Builder |
topFindingStatus(FindingAnalyticsDimensions.TopFindingStatus topFindingStatus)
The status of the top finding.
|
public 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.
key
- the value to setpublic FindingAnalyticsDimensions.Builder topFindingCategory(String topFindingCategory)
The category of the top finding.
topFindingCategory
- the value to setpublic FindingAnalyticsDimensions.Builder title(String title)
The short title of the finding.
title
- the value to setpublic 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.
topFindingStatus
- the value to setpublic FindingAnalyticsDimensions.Builder severity(FindingAnalyticsDimensions.Severity severity)
The severity (risk level) of the finding.
severity
- the value to setpublic FindingAnalyticsDimensions.Builder targetId(String targetId)
The OCID of the target database.
targetId
- the value to setpublic FindingAnalyticsDimensions build()
public FindingAnalyticsDimensions.Builder copy(FindingAnalyticsDimensions model)
Copyright © 2016–2024. All rights reserved.