Class CreateInstanceOptions.Builder

    • Constructor Detail

      • Builder

        public Builder()
        Instantiates a new builder.
      • Builder

        public Builder​(InstancePrototype instancePrototype)
        Instantiates a new builder with required properties.
        Parameters:
        instancePrototype - the instancePrototype
    • Method Detail

      • build

        public CreateInstanceOptions build()
        Builds a CreateInstanceOptions.
        Returns:
        the new CreateInstanceOptions instance
      • instancePrototype

        public CreateInstanceOptions.Builder instancePrototype​(InstancePrototype instancePrototype)
        Set the instancePrototype.
        Parameters:
        instancePrototype - the instancePrototype
        Returns:
        the CreateInstanceOptions builder