Class HostEndpointProtectionSettings.Builder
- java.lang.Object
-
- com.oracle.bmc.vulnerabilityscanning.model.HostEndpointProtectionSettings.Builder
-
- Enclosing class:
- HostEndpointProtectionSettings
public static class HostEndpointProtectionSettings.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HostEndpointProtectionSettings
build()
HostEndpointProtectionSettings.Builder
copy(HostEndpointProtectionSettings model)
HostEndpointProtectionSettings.Builder
scanLevel(HostEndpointProtectionScanLevel scanLevel)
The scan level.
-
-
-
Method Detail
-
scanLevel
public HostEndpointProtectionSettings.Builder scanLevel(HostEndpointProtectionScanLevel scanLevel)
The scan level.Use ‘NONE’ to disable Endpoint Protection checks entirely.
- Parameters:
scanLevel
- the value to set- Returns:
- this builder
-
build
public HostEndpointProtectionSettings build()
-
copy
public HostEndpointProtectionSettings.Builder copy(HostEndpointProtectionSettings model)
-
-