public static interface ExecuteGremlinProfileQueryRequest.Builder extends NeptunedataRequest.Builder, SdkPojo, CopyableBuilder<ExecuteGremlinProfileQueryRequest.Builder,ExecuteGremlinProfileQueryRequest>
| Modifier and Type | Method and Description |
|---|---|
ExecuteGremlinProfileQueryRequest.Builder |
chop(Integer chop)
If non-zero, causes the results string to be truncated at that number of characters.
|
ExecuteGremlinProfileQueryRequest.Builder |
gremlinQuery(String gremlinQuery)
The Gremlin query string to profile.
|
ExecuteGremlinProfileQueryRequest.Builder |
indexOps(Boolean 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. |
ExecuteGremlinProfileQueryRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ExecuteGremlinProfileQueryRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ExecuteGremlinProfileQueryRequest.Builder |
results(Boolean results)
If this flag is set to
TRUE, the query results are gathered and displayed as part of the profile
report. |
ExecuteGremlinProfileQueryRequest.Builder |
serializer(String serializer)
If non-null, the gathered results are returned in a serialized response message in the format specified by
this parameter.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildExecuteGremlinProfileQueryRequest.Builder gremlinQuery(String gremlinQuery)
The Gremlin query string to profile.
gremlinQuery - The Gremlin query string to profile.ExecuteGremlinProfileQueryRequest.Builder results(Boolean 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.
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.ExecuteGremlinProfileQueryRequest.Builder chop(Integer 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.
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.ExecuteGremlinProfileQueryRequest.Builder serializer(String 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.
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.ExecuteGremlinProfileQueryRequest.Builder indexOps(Boolean 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.
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.ExecuteGremlinProfileQueryRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderExecuteGremlinProfileQueryRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.