Class ZeebeClientConfigurationProperties.Cloud

java.lang.Object
io.camunda.zeebe.spring.client.properties.ZeebeClientConfigurationProperties.Cloud
Enclosing class:
ZeebeClientConfigurationProperties

public static class ZeebeClientConfigurationProperties.Cloud extends Object
  • Constructor Details

    • Cloud

      public Cloud()
  • Method Details

    • 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()