public static final class SecurityFeature.Builder
extends java.lang.Object
SecurityFeature
.Constructor and Description |
---|
Builder()
Constructor with parameters for the required properties of
SecurityFeature . |
Modifier and Type | Method and Description |
---|---|
SecurityFeature |
build() |
SecurityFeature.Builder |
setEnable(java.lang.Boolean enable)
true - activate the feature, false - deactivate the feture
|
SecurityFeature.Builder |
setFeature(java.lang.String feature)
Possible values are:
SecurityFeature.FEATURE_MALWAREPREVENTION
SecurityFeature.FEATURE_IDFW
SecurityFeature.FEATURE_IDPS
SecurityFeature.FEATURE_TLS
Feature to be activated/deactivated. |
public Builder()
SecurityFeature
.public SecurityFeature.Builder setEnable(java.lang.Boolean enable)
enable
- New value for the property.public SecurityFeature.Builder setFeature(java.lang.String feature)
feature
- New value for the property.public SecurityFeature build()