Package com.strongdm.api
Class ClientOptions
java.lang.Object
com.strongdm.api.ClientOptions
ClientOptions allows customization of the behavior of the strongDM API client.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
getHost()
boolean
int
int
getPort()
withHostAndPort
(String host, int port) withPageLimit
(int limit) withRateLimitRetries
(boolean enabled)
-
Constructor Details
-
ClientOptions
public ClientOptions()
-
-
Method Details
-
getHost
-
getPort
public int getPort() -
getInsecure
public boolean getInsecure() -
getExposeRateLimitErrors
public boolean getExposeRateLimitErrors() -
getPageLimit
public int getPageLimit() -
withHostAndPort
-
withInsecure
-
withRateLimitRetries
-
withPageLimit
-