Class HostEndpointProtectionSettings.Builder
- java.lang.Object
- 
- com.oracle.bmc.vulnerabilityscanning.model.HostEndpointProtectionSettings.Builder
 
- 
- Enclosing class:
- HostEndpointProtectionSettings
 
 public static class HostEndpointProtectionSettings.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description HostEndpointProtectionSettingsbuild()HostEndpointProtectionSettings.Buildercopy(HostEndpointProtectionSettings model)HostEndpointProtectionSettings.BuilderscanLevel(HostEndpointProtectionScanLevel scanLevel)The scan level.
 
- 
- 
- 
Method Detail- 
scanLevelpublic 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
 
 - 
buildpublic HostEndpointProtectionSettings build() 
 - 
copypublic HostEndpointProtectionSettings.Builder copy(HostEndpointProtectionSettings model) 
 
- 
 
-