Package com.vmware.nsx_policy.model
Class HighPerformanceConfigParams.Builder
- java.lang.Object
-
- com.vmware.nsx_policy.model.HighPerformanceConfigParams.Builder
-
- Enclosing class:
- HighPerformanceConfigParams
public static final class HighPerformanceConfigParams.Builder extends java.lang.ObjectBuilder class forHighPerformanceConfigParams.
-
-
Constructor Summary
Constructors Constructor Description Builder()Constructor with parameters for the required properties ofHighPerformanceConfigParams.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HighPerformanceConfigParamsbuild()HighPerformanceConfigParams.BuildersetKey(java.lang.String key)Key used to configure high performance.HighPerformanceConfigParams.BuildersetValue(java.lang.String value)Value corresponding to the key.
-
-
-
Constructor Detail
-
Builder
public Builder()
Constructor with parameters for the required properties ofHighPerformanceConfigParams.
-
-
Method Detail
-
setKey
public HighPerformanceConfigParams.Builder setKey(java.lang.String key)
Key used to configure high performance.- Parameters:
key- New value for the property.
-
setValue
public HighPerformanceConfigParams.Builder setValue(java.lang.String value)
Value corresponding to the key.- Parameters:
value- New value for the property.
-
build
public HighPerformanceConfigParams build()
-
-