Class HostCisBenchmarkSettings.Builder
- java.lang.Object
- 
- com.oracle.bmc.vulnerabilityscanning.model.HostCisBenchmarkSettings.Builder
 
- 
- Enclosing class:
- HostCisBenchmarkSettings
 
 public static class HostCisBenchmarkSettings.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description HostCisBenchmarkSettingsbuild()HostCisBenchmarkSettings.Buildercopy(HostCisBenchmarkSettings model)HostCisBenchmarkSettings.BuilderscanLevel(HostCisBenchmarkScanLevel scanLevel)The level of strictness to apply for CIS Benchmarks.
 
- 
- 
- 
Method Detail- 
scanLevelpublic HostCisBenchmarkSettings.Builder scanLevel(HostCisBenchmarkScanLevel scanLevel) The level of strictness to apply for CIS Benchmarks.Use ‘NONE’ to disable CIS Benchmark checks entirely. - Parameters:
- scanLevel- the value to set
- Returns:
- this builder
 
 - 
buildpublic HostCisBenchmarkSettings build() 
 - 
copypublic HostCisBenchmarkSettings.Builder copy(HostCisBenchmarkSettings model) 
 
- 
 
-