Uses of Interface
software.amazon.awssdk.services.neptunedata.model.NodeStructure.Builder
-
Packages that use NodeStructure.Builder Package Description software.amazon.awssdk.services.neptunedata.model -
-
Uses of NodeStructure.Builder in software.amazon.awssdk.services.neptunedata.model
Methods in software.amazon.awssdk.services.neptunedata.model that return NodeStructure.Builder Modifier and Type Method Description static NodeStructure.BuilderNodeStructure. builder()NodeStructure.BuilderNodeStructure.Builder. count(Long count)Number of nodes that have this specific structure.NodeStructure.BuilderNodeStructure.Builder. distinctOutgoingEdgeLabels(String... distinctOutgoingEdgeLabels)A list of distinct outgoing edge labels present in this specific structure.NodeStructure.BuilderNodeStructure.Builder. distinctOutgoingEdgeLabels(Collection<String> distinctOutgoingEdgeLabels)A list of distinct outgoing edge labels present in this specific structure.NodeStructure.BuilderNodeStructure.Builder. nodeProperties(String... nodeProperties)A list of the node properties present in this specific structure.NodeStructure.BuilderNodeStructure.Builder. nodeProperties(Collection<String> nodeProperties)A list of the node properties present in this specific structure.NodeStructure.BuilderNodeStructure. toBuilder()Methods in software.amazon.awssdk.services.neptunedata.model that return types with arguments of type NodeStructure.Builder Modifier and Type Method Description static Class<? extends NodeStructure.Builder>NodeStructure. serializableBuilderClass()
-