Class HostCisBenchmarkSettings.Builder
- java.lang.Object
-
- com.oracle.bmc.vulnerabilityscanning.model.HostCisBenchmarkSettings.Builder
-
- Enclosing class:
- HostCisBenchmarkSettings
public static class HostCisBenchmarkSettings.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HostCisBenchmarkSettings
build()
HostCisBenchmarkSettings.Builder
copy(HostCisBenchmarkSettings model)
HostCisBenchmarkSettings.Builder
scanLevel(HostCisBenchmarkScanLevel scanLevel)
The level of strictness to apply for CIS Benchmarks.
-
-
-
Method Detail
-
scanLevel
public 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
-
build
public HostCisBenchmarkSettings build()
-
copy
public HostCisBenchmarkSettings.Builder copy(HostCisBenchmarkSettings model)
-
-