| Package | Description |
|---|---|
| software.amazon.awssdk.services.neptunedata.model |
| Modifier and Type | Method and Description |
|---|---|
static PropertygraphRecord.Builder |
PropertygraphRecord.builder() |
PropertygraphRecord.Builder |
PropertygraphRecord.Builder.commitTimestampInMillis(Long commitTimestampInMillis)
The time at which the commit for the transaction was requested, in milliseconds from the Unix epoch.
|
default PropertygraphRecord.Builder |
PropertygraphRecord.Builder.data(Consumer<PropertygraphData.Builder> data)
The serialized Gremlin or openCypher change record.
|
PropertygraphRecord.Builder |
PropertygraphRecord.Builder.data(PropertygraphData data)
The serialized Gremlin or openCypher change record.
|
PropertygraphRecord.Builder |
PropertygraphRecord.Builder.eventId(Map<String,String> eventId)
The sequence identifier of the stream change record.
|
PropertygraphRecord.Builder |
PropertygraphRecord.Builder.isLastOp(Boolean isLastOp)
Only present if this operation is the last one in its transaction.
|
PropertygraphRecord.Builder |
PropertygraphRecord.Builder.op(String op)
The operation that created the change.
|
PropertygraphRecord.Builder |
PropertygraphRecord.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends PropertygraphRecord.Builder> |
PropertygraphRecord.serializableBuilderClass() |
Copyright © 2023. All rights reserved.