Interface StackUpdateBuilder

    • Method Detail

      • template

        StackUpdateBuilder template​(String template)
        Sets the template in YAML/JSON format. If the template begins with a "{" then JSON is assumed
        Parameters:
        template - the template
        Returns:
        StackUpdateBuilder
      • templateURL

        StackUpdateBuilder templateURL​(String templateURL)
        Sets the template URL
        Parameters:
        templateURL - the template URL
        Returns:
        StackUpdateBuilder
      • parameters

        StackUpdateBuilder parameters​(Map<String,​String> parameters)
        Sets the parameters which are passed to the server. It might contain Information about flavor, image, etc.
        Parameters:
        parameters - Map of parameters. Key is name, value is the value of the parameters
        Returns:
        the modified StackUpdateBuilder
      • timeoutMins

        StackUpdateBuilder timeoutMins​(Long timeoutMins)
        Sets the stack creation timeout in minutes
        Parameters:
        timeoutMins - timeout in minutes
        Returns:
        the modified StackUpdateBuilder
      • tags

        StackUpdateBuilder tags​(String tags)
        Set the tags for the stack, separated by a comma.
        Returns:
        StackUpdateBuilder