Class ClientOptions

java.lang.Object
com.strongdm.api.ClientOptions

public class ClientOptions extends Object
ClientOptions allows customization of the behavior of the strongDM API client.
  • Constructor Details

    • ClientOptions

      public ClientOptions()
  • Method Details

    • getHost

      public String getHost()
    • getPort

      public int getPort()
    • getInsecure

      public boolean getInsecure()
    • getExposeRateLimitErrors

      public boolean getExposeRateLimitErrors()
    • getPageLimit

      public int getPageLimit()
    • withHostAndPort

      public ClientOptions withHostAndPort(String host, int port)
    • withInsecure

      public ClientOptions withInsecure()
    • withRateLimitRetries

      public ClientOptions withRateLimitRetries(boolean enabled)
    • withPageLimit

      public ClientOptions withPageLimit(int limit)