Uses of Interface
software.amazon.awssdk.services.neptunegraph.model.EdgeStructure.Builder
-
Packages that use EdgeStructure.Builder Package Description software.amazon.awssdk.services.neptunegraph.model -
-
Uses of EdgeStructure.Builder in software.amazon.awssdk.services.neptunegraph.model
Methods in software.amazon.awssdk.services.neptunegraph.model that return EdgeStructure.Builder Modifier and Type Method Description static EdgeStructure.BuilderEdgeStructure. builder()EdgeStructure.BuilderEdgeStructure.Builder. count(Long count)The number of instances of the edge in the graph.EdgeStructure.BuilderEdgeStructure.Builder. edgeProperties(String... edgeProperties)A list of the properties associated with the edge.EdgeStructure.BuilderEdgeStructure.Builder. edgeProperties(Collection<String> edgeProperties)A list of the properties associated with the edge.EdgeStructure.BuilderEdgeStructure. toBuilder()Methods in software.amazon.awssdk.services.neptunegraph.model that return types with arguments of type EdgeStructure.Builder Modifier and Type Method Description static Class<? extends EdgeStructure.Builder>EdgeStructure. serializableBuilderClass()
-