Package com.vmware.nsx_policy.model
Class FieldSetting.Builder
- java.lang.Object
-
- com.vmware.nsx_policy.model.FieldSetting.Builder
-
- Enclosing class:
- FieldSetting
public static final class FieldSetting.Builder extends java.lang.Object
Builder class forFieldSetting
.
-
-
Constructor Summary
Constructors Constructor Description Builder()
Constructor with parameters for the required properties ofFieldSetting
.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FieldSetting
build()
FieldSetting.Builder
setFieldPointer(java.lang.String fieldPointer)
Field Pointer.FieldSetting.Builder
setValue(com.vmware.vapi.bindings.Structure value)
-
-
-
Constructor Detail
-
Builder
public Builder()
Constructor with parameters for the required properties ofFieldSetting
.
-
-
Method Detail
-
setFieldPointer
public FieldSetting.Builder setFieldPointer(java.lang.String fieldPointer)
Field Pointer.- Parameters:
fieldPointer
- New value for the property.
-
setValue
public FieldSetting.Builder setValue(com.vmware.vapi.bindings.Structure value)
- Parameters:
value
- New value for the property. When clients pass a value of this class as a parameter, the property must contain all the properties defined inFieldSettingValue
. When methods return a value of this class as a return value, the property will contain all the properties defined inFieldSettingValue
.
-
build
public FieldSetting build()
-
-