Class Injection.Builder

  • Enclosing class:
    Injection

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

      • Builder

        public Builder()
        Constructor with parameters for the required properties of Injection.
    • 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 in InjectionValue. When methods return a value of this class as a return value, the property will contain all the properties defined in InjectionValue.