Interface GetEngineStatusResponse.Builder
- All Superinterfaces:
- AwsResponse.Builder,- Buildable,- CopyableBuilder<GetEngineStatusResponse.Builder,,- GetEngineStatusResponse> - NeptunedataResponse.Builder,- SdkBuilder<GetEngineStatusResponse.Builder,,- GetEngineStatusResponse> - SdkPojo,- SdkResponse.Builder
- Enclosing class:
- GetEngineStatusResponse
- 
Method SummaryModifier and TypeMethodDescriptiondbEngineVersion(String dbEngineVersion) Set to the Neptune engine version running on your DB cluster.dfeQueryEngine(String dfeQueryEngine) Set toenabledif the DFE engine is fully enabled, or toviaQueryHint(the default) if the DFE engine is only used with queries that have theuseDFEquery hint set totrue.Contains status information about the features enabled on your DB cluster.default GetEngineStatusResponse.Buildergremlin(Consumer<QueryLanguageVersion.Builder> gremlin) Contains information about the Gremlin query language available on your cluster.gremlin(QueryLanguageVersion gremlin) Contains information about the Gremlin query language available on your cluster.Contains Lab Mode settings being used by the engine.default GetEngineStatusResponse.Builderopencypher(Consumer<QueryLanguageVersion.Builder> opencypher) Contains information about the openCypher query language available on your cluster.opencypher(QueryLanguageVersion opencypher) Contains information about the openCypher query language available on your cluster.Set toreaderif the instance is a read-replica, or towriterif the instance is the primary instance.rollingBackTrxCount(Integer rollingBackTrxCount) If there are transactions being rolled back, this field is set to the number of such transactions.rollingBackTrxEarliestStartTime(String rollingBackTrxEarliestStartTime) Set to the start time of the earliest transaction being rolled back.Contains information about the current settings on your DB cluster.default GetEngineStatusResponse.Buildersparql(Consumer<QueryLanguageVersion.Builder> sparql) Contains information about the SPARQL query language available on your cluster.sparql(QueryLanguageVersion sparql) Contains information about the SPARQL query language available on your cluster.Set to the UTC time at which the current server process started.Set tohealthyif the instance is not experiencing problems.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.neptunedata.model.NeptunedataResponse.Builderbuild, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.BuildersdkHttpResponse, sdkHttpResponse
- 
Method Details- 
statusSet to healthyif 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 torecovery.- Parameters:
- status- Set to- healthyif 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.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
startTimeSet to the UTC time at which the current server process started. - Parameters:
- startTime- Set to the UTC time at which the current server process started.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
dbEngineVersionSet 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-.- Parameters:
- 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-.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
roleSet to readerif the instance is a read-replica, or towriterif the instance is the primary instance.- Parameters:
- role- Set to- readerif the instance is a read-replica, or to- writerif the instance is the primary instance.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
dfeQueryEngineSet to enabledif the DFE engine is fully enabled, or toviaQueryHint(the default) if the DFE engine is only used with queries that have theuseDFEquery hint set totrue.- Parameters:
- dfeQueryEngine- Set to- enabledif the DFE engine is fully enabled, or to- viaQueryHint(the default) if the DFE engine is only used with queries that have the- useDFEquery hint set to- true.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
gremlinContains 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. - Parameters:
- 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.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
gremlinContains 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.Builderavoiding the need to create one manually viaQueryLanguageVersion.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed togremlin(QueryLanguageVersion).- Parameters:
- gremlin- a consumer that will call methods on- QueryLanguageVersion.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
sparqlContains 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. - Parameters:
- 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.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
sparqlContains 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.Builderavoiding the need to create one manually viaQueryLanguageVersion.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tosparql(QueryLanguageVersion).- Parameters:
- sparql- a consumer that will call methods on- QueryLanguageVersion.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
opencypherContains 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. - Parameters:
- 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.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
opencypherdefault 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.Builderavoiding the need to create one manually viaQueryLanguageVersion.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toopencypher(QueryLanguageVersion).- Parameters:
- opencypher- a consumer that will call methods on- QueryLanguageVersion.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
labModeContains Lab Mode settings being used by the engine. - Parameters:
- labMode- Contains Lab Mode settings being used by the engine.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
rollingBackTrxCountIf 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. - Parameters:
- 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.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
rollingBackTrxEarliestStartTimeGetEngineStatusResponse.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. - Parameters:
- 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.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
featuresContains status information about the features enabled on your DB cluster. - Parameters:
- features- Contains status information about the features enabled on your DB cluster.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
settingsContains information about the current settings on your DB cluster. For example, contains the current cluster query timeout setting ( clusterQueryTimeoutInMs).- Parameters:
- settings- Contains information about the current settings on your DB cluster. For example, contains the current cluster query timeout setting (- clusterQueryTimeoutInMs).
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-