Class AddGraph.AddGraphBuilder<OP extends AddGraph,B extends AddGraph.AddGraphBuilder<OP,?>>
- java.lang.Object
-
- uk.gov.gchq.gaffer.operation.Operation.BaseBuilder<OP,B>
-
- uk.gov.gchq.gaffer.federatedstore.operation.IFederationOperation.BaseBuilder<OP,B>
-
- uk.gov.gchq.gaffer.federatedstore.operation.AddGraph.AddGraphBuilder<OP,B>
-
- All Implemented Interfaces:
Operation.Builder<OP,B>
- Direct Known Subclasses:
AddGraph.Builder,AddGraphWithHooks.AddGraphWithHooksBuilder
- Enclosing class:
- AddGraph
public abstract static class AddGraph.AddGraphBuilder<OP extends AddGraph,B extends AddGraph.AddGraphBuilder<OP,?>> extends IFederationOperation.BaseBuilder<OP,B>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BgraphAuths(String... graphAuths)BgraphId(String graphId)BisPublic(boolean isPublic)BparentPropertiesId(String parentPropertiesId)BparentSchemaIds(List<String> parentSchemaIds)BreadAccessPredicate(AccessPredicate readAccessPredicate)Bschema(Schema schema)BstoreProperties(StoreProperties storeProperties)BwriteAccessPredicate(AccessPredicate writeAccessPredicate)-
Methods inherited from class uk.gov.gchq.gaffer.federatedstore.operation.IFederationOperation.BaseBuilder
setUserRequestingAdminUsage
-
-
-
-
Method Detail
-
storeProperties
public B storeProperties(StoreProperties storeProperties)
-
isPublic
public B isPublic(boolean isPublic)
-
readAccessPredicate
public B readAccessPredicate(AccessPredicate readAccessPredicate)
-
writeAccessPredicate
public B writeAccessPredicate(AccessPredicate writeAccessPredicate)
-
-