Package com.vmware.nsx_policy.model
Class Injection.Builder
- java.lang.Object
-
- com.vmware.nsx_policy.model.Injection.Builder
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Injection
build()
Injection.Builder
setKey(java.lang.String key)
Injection key.Injection.Builder
setValue(com.vmware.vapi.bindings.Structure value)
-
-
-
Constructor Detail
-
Builder
public Builder()
Constructor with parameters for the required properties ofInjection
.
-
-
Method Detail
-
setKey
public Injection.Builder setKey(java.lang.String key)
Injection key.- Parameters:
key
- New value for the property.
-
setValue
public Injection.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 inInjectionValue
. When methods return a value of this class as a return value, the property will contain all the properties defined inInjectionValue
.
-
build
public Injection build()
-
-