Uses of Class
software.aws.awsprototypingsdk.cdkgraph.SGGraphStore.Builder
-
-
Uses of SGGraphStore.Builder in software.aws.awsprototypingsdk.cdkgraph
Methods in software.aws.awsprototypingsdk.cdkgraph that return SGGraphStore.Builder Modifier and Type Method Description static SGGraphStore.BuilderSGGraphStore. builder()SGGraphStore.BuilderSGGraphStore.Builder. edges(List<? extends SGEdge> edges)Sets the value ofSGGraphStore.getEdges()SGGraphStore.BuilderSGGraphStore.Builder. tree(SGNode tree)Sets the value ofSGGraphStore.getTree()SGGraphStore.BuilderSGGraphStore.Builder. version(String version)Sets the value ofSGGraphStore.getVersion()Constructors in software.aws.awsprototypingsdk.cdkgraph with parameters of type SGGraphStore.Builder Constructor Description Jsii$Proxy(SGGraphStore.Builder builder)Constructor that initializes the object based on literal property values passed by theSGGraphStore.Builder.
-