Interface ExecuteGremlinQueryRequest.Builder
- All Superinterfaces:
- AwsRequest.Builder,- Buildable,- CopyableBuilder<ExecuteGremlinQueryRequest.Builder,,- ExecuteGremlinQueryRequest> - NeptunedataRequest.Builder,- SdkBuilder<ExecuteGremlinQueryRequest.Builder,,- ExecuteGremlinQueryRequest> - SdkPojo,- SdkRequest.Builder
- Enclosing class:
- ExecuteGremlinQueryRequest
@Mutable
@NotThreadSafe
public static interface ExecuteGremlinQueryRequest.Builder
extends NeptunedataRequest.Builder, SdkPojo, CopyableBuilder<ExecuteGremlinQueryRequest.Builder,ExecuteGremlinQueryRequest> 
- 
Method SummaryModifier and TypeMethodDescriptiongremlinQuery(String gremlinQuery) Using this API, you can run Gremlin queries in string format much as you can using the HTTP endpoint.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.serializer(String serializer) If non-null, the query results are returned in a serialized response message in the format specified by this parameter.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.BuilderoverrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.neptunedata.model.NeptunedataRequest.BuilderbuildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
gremlinQueryUsing 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). - Parameters:
- 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).
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
serializerIf 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. - Parameters:
- 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.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
overrideConfigurationExecuteGremlinQueryRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- overrideConfiguration- The override configuration.
- Returns:
- This object for method chaining.
 
- 
overrideConfigurationExecuteGremlinQueryRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- builderConsumer- A- Consumerto which an empty- AwsRequestOverrideConfiguration.Builderwill be given.
- Returns:
- This object for method chaining.
 
 
-