Class UpdateListenerAttributeRequest.HealthCheckConfig

    • Constructor Detail

      • HealthCheckConfig

        public HealthCheckConfig()
    • Method Detail

      • getEnabled

        public Boolean getEnabled()
      • setEnabled

        public void setEnabled​(Boolean enabled)
      • getType

        public String getType()
      • setType

        public void setType​(String type)
      • getDomain

        public String getDomain()
      • setDomain

        public void setDomain​(String domain)
      • getPath

        public String getPath()
      • setPath

        public void setPath​(String path)
      • loadMaxRetries

        public Integer loadMaxRetries()
      • withMaxRetries

        public void withMaxRetries​(Integer arg0)
      • loadTimeout

        public Integer loadTimeout()
      • withTimeout

        public void withTimeout​(Integer arg0)