Uses of Interface
software.amazon.awssdk.services.neptunegraph.model.NodeStructure.Builder
-
Packages that use NodeStructure.Builder Package Description software.amazon.awssdk.services.neptunegraph.model -
-
Uses of NodeStructure.Builder in software.amazon.awssdk.services.neptunegraph.model
Methods in software.amazon.awssdk.services.neptunegraph.model that return NodeStructure.Builder Modifier and Type Method Description static NodeStructure.BuilderNodeStructure. builder()NodeStructure.BuilderNodeStructure.Builder. count(Long count)The number of instances of this node.NodeStructure.BuilderNodeStructure.Builder. distinctOutgoingEdgeLabels(String... distinctOutgoingEdgeLabels)The outgoing edge labels associated with this node.NodeStructure.BuilderNodeStructure.Builder. distinctOutgoingEdgeLabels(Collection<String> distinctOutgoingEdgeLabels)The outgoing edge labels associated with this node.NodeStructure.BuilderNodeStructure.Builder. nodeProperties(String... nodeProperties)Properties associated with this node.NodeStructure.BuilderNodeStructure.Builder. nodeProperties(Collection<String> nodeProperties)Properties associated with this node.NodeStructure.BuilderNodeStructure. toBuilder()Methods in software.amazon.awssdk.services.neptunegraph.model that return types with arguments of type NodeStructure.Builder Modifier and Type Method Description static Class<? extends NodeStructure.Builder>NodeStructure. serializableBuilderClass()
-