Class CreateStackParam


  • public class CreateStackParam
    extends Object
    • Constructor Detail

      • CreateStackParam

        public CreateStackParam()
    • Method Detail

      • getStackName

        public String getStackName()
      • setStackName

        public void setStackName​(String stackName)
      • getTemplateUrl

        public String getTemplateUrl()
      • setTemplateUrl

        public void setTemplateUrl​(String templateUrl)
        The URL of the template to instantiate. This value is ignored if the template is supplied inline.
        Parameters:
        templateUrl - a template url.
      • getTemplate

        public String getTemplate()
      • setTemplate

        public void setTemplate​(String template)
        A JSON template to instantiate. This value takes precedence over the template URL if both are supplied.
        Parameters:
        template - a template json.
      • setParameters

        public void setParameters​(Map<String,​String> parameters)
      • getTimeoutMinutes

        public int getTimeoutMinutes()
      • setTimeoutMinutes

        public void setTimeoutMinutes​(int timeoutMinutes)
      • getEnvironment

        public String getEnvironment()
      • setEnvironment

        public void setEnvironment​(String environment)
        A JSON environment for the stack.
        Parameters:
        environment - a environment.