public static class ConnectionSync.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ConnectionSync |
build() |
ConnectionSync.Builder |
host(String host) |
ConnectionSync.Builder |
port(Integer port) |
ConnectionSync.Builder |
sslContext(SSLContext sslContext) |
ConnectionSync.Builder |
timeout(Integer timeout) |
ConnectionSync.Builder |
useSsl(Boolean useSsl) |
public ConnectionSync.Builder host(String host)
public ConnectionSync.Builder port(Integer port)
public ConnectionSync.Builder timeout(Integer timeout)
public ConnectionSync.Builder useSsl(Boolean useSsl)
public ConnectionSync.Builder sslContext(SSLContext sslContext)
public ConnectionSync build()
Copyright © 2016 ArangoDB GmbH. All rights reserved.