Uses of Interface
software.amazon.awssdk.services.neptunedata.model.PropertygraphData.Builder
-
Packages that use PropertygraphData.Builder Package Description software.amazon.awssdk.services.neptunedata.model -
-
Uses of PropertygraphData.Builder in software.amazon.awssdk.services.neptunedata.model
Methods in software.amazon.awssdk.services.neptunedata.model that return PropertygraphData.Builder Modifier and Type Method Description static PropertygraphData.BuilderPropertygraphData. builder()PropertygraphData.BuilderPropertygraphData.Builder. from(String from)If this is an edge (type =e), the ID of the correspondingfromvertex or source node.PropertygraphData.BuilderPropertygraphData.Builder. id(String id)The ID of the Gremlin or openCypher element.PropertygraphData.BuilderPropertygraphData.Builder. key(String key)The property name.PropertygraphData.BuilderPropertygraphData.Builder. to(String to)If this is an edge (type =e), the ID of the correspondingtovertex or target node.PropertygraphData.BuilderPropertygraphData. toBuilder()PropertygraphData.BuilderPropertygraphData.Builder. type(String type)The type of this Gremlin or openCypher element.PropertygraphData.BuilderPropertygraphData.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:Methods in software.amazon.awssdk.services.neptunedata.model that return types with arguments of type PropertygraphData.Builder Modifier and Type Method Description static Class<? extends PropertygraphData.Builder>PropertygraphData. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.neptunedata.model with type arguments of type PropertygraphData.Builder Modifier and Type Method Description default PropertygraphRecord.BuilderPropertygraphRecord.Builder. data(Consumer<PropertygraphData.Builder> data)The serialized Gremlin or openCypher change record.
-