public static interface GetEngineStatusResponse.Builder extends NeptunedataResponse.Builder, SdkPojo, CopyableBuilder<GetEngineStatusResponse.Builder,GetEngineStatusResponse>
| Modifier and Type | Method and Description |
|---|---|
GetEngineStatusResponse.Builder |
dbEngineVersion(String dbEngineVersion)
Set to the Neptune engine version running on your DB cluster.
|
GetEngineStatusResponse.Builder |
dfeQueryEngine(String dfeQueryEngine)
Set to
enabled if the DFE engine is fully enabled, or to viaQueryHint (the default)
if the DFE engine is only used with queries that have the useDFE query hint set to
true. |
GetEngineStatusResponse.Builder |
features(Map<String,Document> features)
Contains status information about the features enabled on your DB cluster.
|
default GetEngineStatusResponse.Builder |
gremlin(Consumer<QueryLanguageVersion.Builder> gremlin)
Contains information about the Gremlin query language available on your cluster.
|
GetEngineStatusResponse.Builder |
gremlin(QueryLanguageVersion gremlin)
Contains information about the Gremlin query language available on your cluster.
|
GetEngineStatusResponse.Builder |
labMode(Map<String,String> labMode)
Contains Lab Mode settings being used by the engine.
|
default GetEngineStatusResponse.Builder |
opencypher(Consumer<QueryLanguageVersion.Builder> opencypher)
Contains information about the openCypher query language available on your cluster.
|
GetEngineStatusResponse.Builder |
opencypher(QueryLanguageVersion opencypher)
Contains information about the openCypher query language available on your cluster.
|
GetEngineStatusResponse.Builder |
role(String role)
Set to
reader if the instance is a read-replica, or to writer if the instance is
the primary instance. |
GetEngineStatusResponse.Builder |
rollingBackTrxCount(Integer rollingBackTrxCount)
If there are transactions being rolled back, this field is set to the number of such transactions.
|
GetEngineStatusResponse.Builder |
rollingBackTrxEarliestStartTime(String rollingBackTrxEarliestStartTime)
Set to the start time of the earliest transaction being rolled back.
|
GetEngineStatusResponse.Builder |
settings(Map<String,String> settings)
Contains information about the current settings on your DB cluster.
|
default GetEngineStatusResponse.Builder |
sparql(Consumer<QueryLanguageVersion.Builder> sparql)
Contains information about the SPARQL query language available on your cluster.
|
GetEngineStatusResponse.Builder |
sparql(QueryLanguageVersion sparql)
Contains information about the SPARQL query language available on your cluster.
|
GetEngineStatusResponse.Builder |
startTime(String startTime)
Set to the UTC time at which the current server process started.
|
GetEngineStatusResponse.Builder |
status(String status)
Set to
healthy if the instance is not experiencing problems. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetEngineStatusResponse.Builder status(String status)
Set to healthy if the instance is not experiencing problems. If the instance is recovering from
a crash or from being rebooted and there are active transactions running from the latest server shutdown,
status is set to recovery.
status - Set to healthy if the instance is not experiencing problems. If the instance is
recovering from a crash or from being rebooted and there are active transactions running from the
latest server shutdown, status is set to recovery.GetEngineStatusResponse.Builder startTime(String startTime)
Set to the UTC time at which the current server process started.
startTime - Set to the UTC time at which the current server process started.GetEngineStatusResponse.Builder dbEngineVersion(String dbEngineVersion)
Set to the Neptune engine version running on your DB cluster. If this engine version has been manually
patched since it was released, the version number is prefixed by Patch-.
dbEngineVersion - Set to the Neptune engine version running on your DB cluster. If this engine version has been manually
patched since it was released, the version number is prefixed by Patch-.GetEngineStatusResponse.Builder role(String role)
Set to reader if the instance is a read-replica, or to writer if the instance is
the primary instance.
role - Set to reader if the instance is a read-replica, or to writer if the
instance is the primary instance.GetEngineStatusResponse.Builder dfeQueryEngine(String dfeQueryEngine)
Set to enabled if the DFE engine is fully enabled, or to viaQueryHint (the default)
if the DFE engine is only used with queries that have the useDFE query hint set to
true.
dfeQueryEngine - Set to enabled if the DFE engine is fully enabled, or to viaQueryHint (the
default) if the DFE engine is only used with queries that have the useDFE query hint set
to true.GetEngineStatusResponse.Builder gremlin(QueryLanguageVersion gremlin)
Contains information about the Gremlin query language available on your cluster. Specifically, it contains a version field that specifies the current TinkerPop version being used by the engine.
gremlin - Contains information about the Gremlin query language available on your cluster. Specifically, it
contains a version field that specifies the current TinkerPop version being used by the engine.default GetEngineStatusResponse.Builder gremlin(Consumer<QueryLanguageVersion.Builder> gremlin)
Contains information about the Gremlin query language available on your cluster. Specifically, it contains a version field that specifies the current TinkerPop version being used by the engine.
This is a convenience method that creates an instance of theQueryLanguageVersion.Builder avoiding
the need to create one manually via QueryLanguageVersion.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to gremlin(QueryLanguageVersion).
gremlin - a consumer that will call methods on QueryLanguageVersion.Buildergremlin(QueryLanguageVersion)GetEngineStatusResponse.Builder sparql(QueryLanguageVersion sparql)
Contains information about the SPARQL query language available on your cluster. Specifically, it contains a version field that specifies the current SPARQL version being used by the engine.
sparql - Contains information about the SPARQL query language available on your cluster. Specifically, it
contains a version field that specifies the current SPARQL version being used by the engine.default GetEngineStatusResponse.Builder sparql(Consumer<QueryLanguageVersion.Builder> sparql)
Contains information about the SPARQL query language available on your cluster. Specifically, it contains a version field that specifies the current SPARQL version being used by the engine.
This is a convenience method that creates an instance of theQueryLanguageVersion.Builder avoiding
the need to create one manually via QueryLanguageVersion.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to sparql(QueryLanguageVersion).
sparql - a consumer that will call methods on QueryLanguageVersion.Buildersparql(QueryLanguageVersion)GetEngineStatusResponse.Builder opencypher(QueryLanguageVersion opencypher)
Contains information about the openCypher query language available on your cluster. Specifically, it contains a version field that specifies the current operCypher version being used by the engine.
opencypher - Contains information about the openCypher query language available on your cluster. Specifically, it
contains a version field that specifies the current operCypher version being used by the engine.default GetEngineStatusResponse.Builder opencypher(Consumer<QueryLanguageVersion.Builder> opencypher)
Contains information about the openCypher query language available on your cluster. Specifically, it contains a version field that specifies the current operCypher version being used by the engine.
This is a convenience method that creates an instance of theQueryLanguageVersion.Builder avoiding
the need to create one manually via QueryLanguageVersion.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to opencypher(QueryLanguageVersion).
opencypher - a consumer that will call methods on QueryLanguageVersion.Builderopencypher(QueryLanguageVersion)GetEngineStatusResponse.Builder labMode(Map<String,String> labMode)
Contains Lab Mode settings being used by the engine.
labMode - Contains Lab Mode settings being used by the engine.GetEngineStatusResponse.Builder rollingBackTrxCount(Integer rollingBackTrxCount)
If there are transactions being rolled back, this field is set to the number of such transactions. If there are none, the field doesn't appear at all.
rollingBackTrxCount - If there are transactions being rolled back, this field is set to the number of such transactions. If
there are none, the field doesn't appear at all.GetEngineStatusResponse.Builder rollingBackTrxEarliestStartTime(String rollingBackTrxEarliestStartTime)
Set to the start time of the earliest transaction being rolled back. If no transactions are being rolled back, the field doesn't appear at all.
rollingBackTrxEarliestStartTime - Set to the start time of the earliest transaction being rolled back. If no transactions are being
rolled back, the field doesn't appear at all.GetEngineStatusResponse.Builder features(Map<String,Document> features)
Contains status information about the features enabled on your DB cluster.
features - Contains status information about the features enabled on your DB cluster.GetEngineStatusResponse.Builder settings(Map<String,String> settings)
Contains information about the current settings on your DB cluster. For example, contains the current cluster
query timeout setting (clusterQueryTimeoutInMs).
settings - Contains information about the current settings on your DB cluster. For example, contains the current
cluster query timeout setting (clusterQueryTimeoutInMs).Copyright © 2023. All rights reserved.