Class UsernamePasswordWithProxyCredentials.Builder

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

public static class UsernamePasswordWithProxyCredentials.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.