Class OAuthTokenCredentials.Builder

java.lang.Object
org.apache.drill.exec.store.security.oauth.OAuthTokenCredentials.Builder
Enclosing class:
OAuthTokenCredentials

public static class OAuthTokenCredentials.Builder extends Object
While a builder may seem like overkill for a class that is little more than small struct, it allows us to wrap new instances in an Optional while using contructors does not.