public static final class PatchResources.Builder
extends java.lang.Object
PatchResources.| Constructor and Description |
|---|
Builder()
Constructor with parameters for the required properties of
PatchResources. |
| Modifier and Type | Method and Description |
|---|---|
PatchResources |
build() |
PatchResources.Builder |
setBody(com.vmware.vapi.bindings.Structure body)
Patch body representing a Hierarchical Patch payload.
|
PatchResources.Builder |
setInjections(java.util.List<Injection> injections)
Injections holding keys (variables) and their corresponding values.
|
public Builder()
PatchResources.public PatchResources.Builder setBody(com.vmware.vapi.bindings.Structure body)
body - New value for the property.public PatchResources.Builder setInjections(java.util.List<Injection> injections)
injections - New value for the property.public PatchResources build()