Interface SGGraphStore
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
SGGraphStore.Jsii$Proxy
@Generated(value="jsii-pacmak/1.82.0 (build 2d2ddd7)", date="2023-08-24T23:07:44.492Z") @Stability(Experimental) public interface SGGraphStore extends software.amazon.jsii.JsiiSerializable
(experimental) Serializable graph store.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classSGGraphStore.BuilderA builder forSGGraphStorestatic classSGGraphStore.Jsii$ProxyAn implementation forSGGraphStore
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static SGGraphStore.Builderbuilder()List<SGEdge>getEdges()(experimental) List of edges.SGNodegetTree()(experimental) Node tree.StringgetVersion()(experimental) Store version.
-
-
-
Method Detail
-
getTree
@Stability(Experimental) @NotNull SGNode getTree()
(experimental) Node tree.
-
getVersion
@Stability(Experimental) @NotNull String getVersion()
(experimental) Store version.
-
builder
@Stability(Experimental) static SGGraphStore.Builder builder()
- Returns:
- a
SGGraphStore.BuilderofSGGraphStore
-
-