Class HostCisBenchmarkScanResultScore.Builder
- java.lang.Object
-
- com.oracle.bmc.vulnerabilityscanning.model.HostCisBenchmarkScanResultScore.Builder
-
- Enclosing class:
- HostCisBenchmarkScanResultScore
public static class HostCisBenchmarkScanResultScore.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HostCisBenchmarkScanResultScore.BuilderbenchmarkIdentifier(String benchmarkIdentifier)Identifier for this CIS (Center for Internet Security) benchmarkHostCisBenchmarkScanResultScorebuild()HostCisBenchmarkScanResultScore.Buildercopy(HostCisBenchmarkScanResultScore model)HostCisBenchmarkScanResultScore.Builderdescription(String description)Details about what this CIS (Center for Internet Security) benchmark representsHostCisBenchmarkScanResultScore.Builderscore(ScanResultScore score)Result score of CIS (Center for Internet Security) benchmark execution (Pass/Fail)
-
-
-
Method Detail
-
benchmarkIdentifier
public HostCisBenchmarkScanResultScore.Builder benchmarkIdentifier(String benchmarkIdentifier)
Identifier for this CIS (Center for Internet Security) benchmark- Parameters:
benchmarkIdentifier- the value to set- Returns:
- this builder
-
description
public HostCisBenchmarkScanResultScore.Builder description(String description)
Details about what this CIS (Center for Internet Security) benchmark represents- Parameters:
description- the value to set- Returns:
- this builder
-
score
public HostCisBenchmarkScanResultScore.Builder score(ScanResultScore score)
Result score of CIS (Center for Internet Security) benchmark execution (Pass/Fail)- Parameters:
score- the value to set- Returns:
- this builder
-
build
public HostCisBenchmarkScanResultScore build()
-
copy
public HostCisBenchmarkScanResultScore.Builder copy(HostCisBenchmarkScanResultScore model)
-
-