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.Builder
benchmarkIdentifier(String benchmarkIdentifier)
Identifier for this CIS (Center for Internet Security) benchmarkHostCisBenchmarkScanResultScore
build()
HostCisBenchmarkScanResultScore.Builder
copy(HostCisBenchmarkScanResultScore model)
HostCisBenchmarkScanResultScore.Builder
description(String description)
Details about what this CIS (Center for Internet Security) benchmark representsHostCisBenchmarkScanResultScore.Builder
score(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)
-
-