Class ZeebeClientConfigurationProperties.Cloud

    • Constructor Detail

      • Cloud

        public Cloud()
    • Method Detail

      • getClusterId

        public String getClusterId()
      • setClusterId

        public void setClusterId​(String clusterId)
      • getClientId

        public String getClientId()
      • setClientId

        public void setClientId​(String clientId)
      • getClientSecret

        public String getClientSecret()
      • setClientSecret

        public void setClientSecret​(String clientSecret)
      • getRegion

        public String getRegion()
      • setRegion

        public void setRegion​(String region)
      • getBaseUrl

        public String getBaseUrl()
      • setBaseUrl

        public void setBaseUrl​(String baseUrl)
      • getAuthUrl

        public String getAuthUrl()
      • setAuthUrl

        public void setAuthUrl​(String authUrl)
      • getPort

        public int getPort()
      • setPort

        public void setPort​(int port)
      • getCredentialsCachePath

        public String getCredentialsCachePath()
      • setCredentialsCachePath

        public void setCredentialsCachePath​(String credentialsCachePath)
      • getAudience

        public String getAudience()
      • isConfigured

        public boolean isConfigured()
      • getGatewayAddress

        public String getGatewayAddress()