| Constructor and Description |
|---|
Builder()
Constructor with parameters for the required properties of
Injection. |
| Modifier and Type | Method and Description |
|---|---|
Injection |
build() |
Injection.Builder |
setKey(java.lang.String key)
Injection key.
|
Injection.Builder |
setValue(com.vmware.vapi.bindings.Structure value) |
public Builder()
Injection.public Injection.Builder setKey(java.lang.String key)
key - New value for the property.public Injection.Builder setValue(com.vmware.vapi.bindings.Structure value)
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 in InjectionValue. When methods return a value of this
class as a return value, the property will contain all the properties defined in
InjectionValue.public Injection build()