Package com.vmware.nsx_policy.model
Class PartialPatchConfig.Builder
- java.lang.Object
-
- com.vmware.nsx_policy.model.PartialPatchConfig.Builder
-
- Enclosing class:
- PartialPatchConfig
public static final class PartialPatchConfig.Builder extends java.lang.Object
Builder class forPartialPatchConfig
.
-
-
Constructor Summary
Constructors Constructor Description Builder()
Constructor with parameters for the required properties ofPartialPatchConfig
.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PartialPatchConfig
build()
PartialPatchConfig.Builder
setEnablePartialPatch(java.lang.Boolean enablePartialPatch)
boolean value used to activate/deactivate partial patch
-
-
-
Constructor Detail
-
Builder
public Builder()
Constructor with parameters for the required properties ofPartialPatchConfig
.
-
-
Method Detail
-
setEnablePartialPatch
public PartialPatchConfig.Builder setEnablePartialPatch(java.lang.Boolean enablePartialPatch)
boolean value used to activate/deactivate partial patch- Parameters:
enablePartialPatch
- New value for the property.
-
build
public PartialPatchConfig build()
-
-