Class AddGraph.Builder
- java.lang.Object
-
- uk.gov.gchq.gaffer.operation.Operation.BaseBuilder<AddGraph,AddGraph.Builder>
-
- uk.gov.gchq.gaffer.federated.simple.operation.AddGraph.Builder
-
- All Implemented Interfaces:
Operation.Builder<AddGraph,AddGraph.Builder>
- Enclosing class:
- AddGraph
public static class AddGraph.Builder extends Operation.BaseBuilder<AddGraph,AddGraph.Builder>
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AddGraph.BuildergraphConfig(GraphConfig graphConfig)Set theGraphConfig.AddGraph.BuilderisPublic(Boolean isPublic)AddGraph.Builderowner(String owner)AddGraph.Builderproperties(Properties properties)Set thePropertiesfor the store.AddGraph.BuilderreadPredicate(AccessPredicate readPredicate)AddGraph.Builderschema(Schema schema)Set theSchema.AddGraph.BuilderwritePredicate(AccessPredicate writePredicate)
-
-
-
Method Detail
-
graphConfig
public AddGraph.Builder graphConfig(GraphConfig graphConfig)
Set theGraphConfig.- Parameters:
graphConfig- The config to set.- Returns:
- The builder.
-
schema
public AddGraph.Builder schema(Schema schema)
Set theSchema.- Parameters:
schema- The schema to set.- Returns:
- The builder.
-
properties
public AddGraph.Builder properties(Properties properties)
Set thePropertiesfor the store.- Parameters:
properties- The properties to set.- Returns:
- The builder.
-
owner
public AddGraph.Builder owner(String owner)
-
isPublic
public AddGraph.Builder isPublic(Boolean isPublic)
-
readPredicate
public AddGraph.Builder readPredicate(AccessPredicate readPredicate)
-
writePredicate
public AddGraph.Builder writePredicate(AccessPredicate writePredicate)
-
-