Package com.oracle.bmc.dblm.model
Class AggregatedVulnerabilitySummary.Builder
- java.lang.Object
-
- com.oracle.bmc.dblm.model.AggregatedVulnerabilitySummary.Builder
-
- Enclosing class:
- AggregatedVulnerabilitySummary
public static class AggregatedVulnerabilitySummary.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AggregatedVulnerabilitySummary
build()
AggregatedVulnerabilitySummary.Builder
copy(AggregatedVulnerabilitySummary model)
AggregatedVulnerabilitySummary.Builder
registeredResourcesCount(Integer registeredResourcesCount)
Registered databases against which the scan ran.AggregatedVulnerabilitySummary.Builder
timestamp(Date timestamp)
UTC timestamp when the scan completed.AggregatedVulnerabilitySummary.Builder
vulnerabilitiesCount(Integer vulnerabilitiesCount)
Unresolved vulnerabilities that were found by the scan.
-
-
-
Method Detail
-
timestamp
public AggregatedVulnerabilitySummary.Builder timestamp(Date timestamp)
UTC timestamp when the scan completed.- Parameters:
timestamp
- the value to set- Returns:
- this builder
-
vulnerabilitiesCount
public AggregatedVulnerabilitySummary.Builder vulnerabilitiesCount(Integer vulnerabilitiesCount)
Unresolved vulnerabilities that were found by the scan.- Parameters:
vulnerabilitiesCount
- the value to set- Returns:
- this builder
-
registeredResourcesCount
public AggregatedVulnerabilitySummary.Builder registeredResourcesCount(Integer registeredResourcesCount)
Registered databases against which the scan ran.- Parameters:
registeredResourcesCount
- the value to set- Returns:
- this builder
-
build
public AggregatedVulnerabilitySummary build()
-
copy
public AggregatedVulnerabilitySummary.Builder copy(AggregatedVulnerabilitySummary model)
-
-