Class ChangeGraphId.Builder
- java.lang.Object
-
- uk.gov.gchq.gaffer.operation.Operation.BaseBuilder<ChangeGraphId,ChangeGraphId.Builder>
-
- uk.gov.gchq.gaffer.federated.simple.operation.ChangeGraphId.Builder
-
- All Implemented Interfaces:
Operation.Builder<ChangeGraphId,ChangeGraphId.Builder>
- Enclosing class:
- ChangeGraphId
public static class ChangeGraphId.Builder extends Operation.BaseBuilder<ChangeGraphId,ChangeGraphId.Builder>
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ChangeGraphId.Builder
graphId(String graphId)
Set the current graph IDChangeGraphId.Builder
newGraphId(String newGraphId)
Set the new graph ID
-
-
-
Method Detail
-
graphId
public ChangeGraphId.Builder graphId(String graphId)
Set the current graph ID- Parameters:
graphId
- the graph ID to be changed- Returns:
- the builder
-
newGraphId
public ChangeGraphId.Builder newGraphId(String newGraphId)
Set the new graph ID- Parameters:
newGraphId
- the new graph ID- Returns:
- the builder
-
-