Class PatchResources.Builder

  • Enclosing class:
    PatchResources

    public static final class PatchResources.Builder
    extends java.lang.Object
    Builder class for PatchResources.
    • Constructor Detail

      • Builder

        public Builder()
        Constructor with parameters for the required properties of PatchResources.
    • Method Detail

      • setBody

        public PatchResources.Builder setBody​(com.vmware.vapi.bindings.Structure body)
        Patch body representing a Hierarchical Patch payload. The resources included in the body are patched replacing the injections' keys with their actual values.
        Parameters:
        body - New value for the property.
      • setInjections

        public PatchResources.Builder setInjections​(java.util.List<Injection> injections)
        Injections holding keys (variables) and their corresponding values.
        Parameters:
        injections - New value for the property.