public static interface ExecuteGremlinQueryRequest.Builder extends NeptunedataRequest.Builder, SdkPojo, CopyableBuilder<ExecuteGremlinQueryRequest.Builder,ExecuteGremlinQueryRequest>
| Modifier and Type | Method and Description |
|---|---|
ExecuteGremlinQueryRequest.Builder |
gremlinQuery(String gremlinQuery)
Using this API, you can run Gremlin queries in string format much as you can using the HTTP endpoint.
|
ExecuteGremlinQueryRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ExecuteGremlinQueryRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ExecuteGremlinQueryRequest.Builder |
serializer(String serializer)
If non-null, the query results are returned in a serialized response message in the format specified by this
parameter.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildExecuteGremlinQueryRequest.Builder gremlinQuery(String gremlinQuery)
Using this API, you can run Gremlin queries in string format much as you can using the HTTP endpoint. The interface is compatible with whatever Gremlin version your DB cluster is using (see the Tinkerpop client section to determine which Gremlin releases your engine version supports).
gremlinQuery - Using this API, you can run Gremlin queries in string format much as you can using the HTTP endpoint.
The interface is compatible with whatever Gremlin version your DB cluster is using (see the Tinkerpop client section to determine which Gremlin releases your engine version supports).ExecuteGremlinQueryRequest.Builder serializer(String serializer)
If non-null, the query results are returned in a serialized response message in the format specified by this parameter. See the GraphSON section in the TinkerPop documentation for a list of the formats that are currently supported.
serializer - If non-null, the query results are returned in a serialized response message in the format specified
by this parameter. See the GraphSON section in the
TinkerPop documentation for a list of the formats that are currently supported.ExecuteGremlinQueryRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderExecuteGremlinQueryRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.