Package com.vmware.nsx_policy.model
Class KeyValue.Builder
- java.lang.Object
-
- com.vmware.nsx_policy.model.KeyValue.Builder
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description KeyValue
build()
KeyValue.Builder
setKey(java.lang.String key)
Key name.KeyValue.Builder
setValue(java.lang.String value)
Key value.
-
-
-
Constructor Detail
-
Builder
public Builder()
Constructor with parameters for the required properties ofKeyValue
.
-
-
Method Detail
-
setKey
public KeyValue.Builder setKey(java.lang.String key)
Key name.- Parameters:
key
- New value for the property.
-
setValue
public KeyValue.Builder setValue(java.lang.String value)
Key value.- Parameters:
value
- New value for the property.
-
build
public KeyValue build()
-
-