public static class DseRemoteConnection.Builder extends Object
DseRemoteConnection
Modifier and Type | Method and Description |
---|---|
DseRemoteConnection |
build()
Build the
DseRemoteConnection . |
DseRemoteConnection.Builder |
withGraphOptions(GraphOptions graphOptions)
Additional
GraphOptions to be used for this particular DseRemoteConnection . |
public DseRemoteConnection.Builder withGraphOptions(GraphOptions graphOptions)
GraphOptions
to be used for this particular DseRemoteConnection
.
GraphOptions
defined here will override the options defined on the DseSession
.graphOptions
- the graph options to apply for this RemoteConnection
implementation.public DseRemoteConnection build()
DseRemoteConnection
.Copyright © 2012–2017. All rights reserved.