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.Builder
graphConfig(GraphConfig graphConfig)
Set theGraphConfig
.AddGraph.Builder
isPublic(Boolean isPublic)
AddGraph.Builder
owner(String owner)
AddGraph.Builder
properties(Properties properties)
Set theProperties
for the store.AddGraph.Builder
readPredicate(AccessPredicate readPredicate)
AddGraph.Builder
schema(Schema schema)
Set theSchema
.AddGraph.Builder
writePredicate(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 theProperties
for 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)
-
-