| Package | Description |
|---|---|
| software.amazon.awssdk.services.neptunedata.model |
| Modifier and Type | Method and Description |
|---|---|
static PropertygraphData.Builder |
PropertygraphData.builder() |
PropertygraphData.Builder |
PropertygraphData.Builder.from(String from)
If this is an edge (type =
e), the ID of the corresponding from vertex or source
node. |
PropertygraphData.Builder |
PropertygraphData.Builder.id(String id)
The ID of the Gremlin or openCypher element.
|
PropertygraphData.Builder |
PropertygraphData.Builder.key(String key)
The property name.
|
PropertygraphData.Builder |
PropertygraphData.Builder.to(String to)
If this is an edge (type =
e), the ID of the corresponding to vertex or target
node. |
PropertygraphData.Builder |
PropertygraphData.toBuilder() |
PropertygraphData.Builder |
PropertygraphData.Builder.type(String type)
The type of this Gremlin or openCypher element.
|
PropertygraphData.Builder |
PropertygraphData.Builder.value(Document value)
This is a JSON object that contains a value field for the value itself, and a datatype field for the JSON
data type of that value:
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends PropertygraphData.Builder> |
PropertygraphData.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default PropertygraphRecord.Builder |
PropertygraphRecord.Builder.data(Consumer<PropertygraphData.Builder> data)
The serialized Gremlin or openCypher change record.
|
Copyright © 2023. All rights reserved.