Package com.vmware.nsx_policy.model
Class SecurityFeatureBase.Builder
- java.lang.Object
-
- com.vmware.nsx_policy.model.SecurityFeatureBase.Builder
-
- Enclosing class:
- SecurityFeatureBase
public static final class SecurityFeatureBase.Builder extends java.lang.Object
Builder class forSecurityFeatureBase
.
-
-
Constructor Summary
Constructors Constructor Description Builder()
Constructor with parameters for the required properties ofSecurityFeatureBase
.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SecurityFeatureBase
build()
SecurityFeatureBase.Builder
setEnable(java.lang.Boolean enable)
true - activate the feature, false - deactivate the feture
-
-
-
Constructor Detail
-
Builder
public Builder()
Constructor with parameters for the required properties ofSecurityFeatureBase
.
-
-
Method Detail
-
setEnable
public SecurityFeatureBase.Builder setEnable(java.lang.Boolean enable)
true - activate the feature, false - deactivate the feture- Parameters:
enable
- New value for the property.
-
build
public SecurityFeatureBase build()
-
-