Interface ExecuteGremlinProfileQueryRequest.Builder
- All Superinterfaces:
- AwsRequest.Builder,- Buildable,- CopyableBuilder<ExecuteGremlinProfileQueryRequest.Builder,,- ExecuteGremlinProfileQueryRequest> - NeptunedataRequest.Builder,- SdkBuilder<ExecuteGremlinProfileQueryRequest.Builder,,- ExecuteGremlinProfileQueryRequest> - SdkPojo,- SdkRequest.Builder
- Enclosing class:
- ExecuteGremlinProfileQueryRequest
@Mutable
@NotThreadSafe
public static interface ExecuteGremlinProfileQueryRequest.Builder
extends NeptunedataRequest.Builder, SdkPojo, CopyableBuilder<ExecuteGremlinProfileQueryRequest.Builder,ExecuteGremlinProfileQueryRequest> 
- 
Method SummaryModifier and TypeMethodDescriptionIf non-zero, causes the results string to be truncated at that number of characters.gremlinQuery(String gremlinQuery) The Gremlin query string to profile.If this flag is set toTRUE, the results include a detailed report of all index operations that took place during query execution and serialization.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.If this flag is set toTRUE, the query results are gathered and displayed as part of the profile report.serializer(String serializer) If non-null, the gathered 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- 
gremlinQueryThe Gremlin query string to profile. - Parameters:
- gremlinQuery- The Gremlin query string to profile.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
resultsIf this flag is set to TRUE, the query results are gathered and displayed as part of the profile report. IfFALSE, only the result count is displayed.- Parameters:
- results- If this flag is set to- TRUE, the query results are gathered and displayed as part of the profile report. If- FALSE, only the result count is displayed.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
chopIf non-zero, causes the results string to be truncated at that number of characters. If set to zero, the string contains all the results. - Parameters:
- chop- If non-zero, causes the results string to be truncated at that number of characters. If set to zero, the string contains all the results.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
serializerIf non-null, the gathered results are returned in a serialized response message in the format specified by this parameter. See Gremlin profile API in Neptune for more information. - Parameters:
- serializer- If non-null, the gathered results are returned in a serialized response message in the format specified by this parameter. See Gremlin profile API in Neptune for more information.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
indexOpsIf this flag is set to TRUE, the results include a detailed report of all index operations that took place during query execution and serialization.- Parameters:
- indexOps- If this flag is set to- TRUE, the results include a detailed report of all index operations that took place during query execution and serialization.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
overrideConfigurationExecuteGremlinProfileQueryRequest.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.
 
- 
overrideConfigurationExecuteGremlinProfileQueryRequest.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.
 
 
-