| Package | Description |
|---|---|
| software.amazon.awssdk.services.neptunedata.model |
| Modifier and Type | Method and Description |
|---|---|
static NodeStructure.Builder |
NodeStructure.builder() |
NodeStructure.Builder |
NodeStructure.Builder.count(Long count)
Number of nodes that have this specific structure.
|
NodeStructure.Builder |
NodeStructure.Builder.distinctOutgoingEdgeLabels(Collection<String> distinctOutgoingEdgeLabels)
A list of distinct outgoing edge labels present in this specific structure.
|
NodeStructure.Builder |
NodeStructure.Builder.distinctOutgoingEdgeLabels(String... distinctOutgoingEdgeLabels)
A list of distinct outgoing edge labels present in this specific structure.
|
NodeStructure.Builder |
NodeStructure.Builder.nodeProperties(Collection<String> nodeProperties)
A list of the node properties present in this specific structure.
|
NodeStructure.Builder |
NodeStructure.Builder.nodeProperties(String... nodeProperties)
A list of the node properties present in this specific structure.
|
NodeStructure.Builder |
NodeStructure.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends NodeStructure.Builder> |
NodeStructure.serializableBuilderClass() |
Copyright © 2023. All rights reserved.