Class ExportToOtherGraph.Builder
- java.lang.Object
-
- uk.gov.gchq.gaffer.operation.Operation.BaseBuilder<ExportToOtherGraph,ExportToOtherGraph.Builder>
-
- uk.gov.gchq.gaffer.operation.export.graph.ExportToOtherGraph.Builder
-
- All Implemented Interfaces:
Export.Builder<ExportToOtherGraph,ExportToOtherGraph.Builder>,ExportTo.Builder<ExportToOtherGraph,Iterable<? extends Element>,ExportToOtherGraph.Builder>,Input.Builder<ExportToOtherGraph,Iterable<? extends Element>,ExportToOtherGraph.Builder>,InputOutput.Builder<ExportToOtherGraph,Iterable<? extends Element>,Iterable<? extends Element>,ExportToOtherGraph.Builder>,Output.Builder<ExportToOtherGraph,Iterable<? extends Element>,ExportToOtherGraph.Builder>,Operation.Builder<ExportToOtherGraph,ExportToOtherGraph.Builder>
- Enclosing class:
- ExportToOtherGraph
public static final class ExportToOtherGraph.Builder extends Operation.BaseBuilder<ExportToOtherGraph,ExportToOtherGraph.Builder> implements ExportTo.Builder<ExportToOtherGraph,Iterable<? extends Element>,ExportToOtherGraph.Builder>
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExportToOtherGraph.BuildergraphId(String graphId)ExportToOtherGraph.BuilderparentSchemaIds(String... parentSchemaIds)ExportToOtherGraph.BuilderparentStorePropertiesId(String parentStorePropertiesId)ExportToOtherGraph.Builderschema(Schema schema)ExportToOtherGraph.BuilderstoreProperties(StoreProperties storeProperties)-
Methods inherited from class uk.gov.gchq.gaffer.operation.Operation.BaseBuilder
_getOp, _self, build, option, options
-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface uk.gov.gchq.gaffer.operation.export.Export.Builder
key
-
Methods inherited from interface uk.gov.gchq.gaffer.operation.io.Input.Builder
input
-
Methods inherited from interface uk.gov.gchq.gaffer.operation.Operation.Builder
_getOp, _self
-
-
-
-
Method Detail
-
graphId
public ExportToOtherGraph.Builder graphId(String graphId)
-
parentStorePropertiesId
public ExportToOtherGraph.Builder parentStorePropertiesId(String parentStorePropertiesId)
-
storeProperties
public ExportToOtherGraph.Builder storeProperties(StoreProperties storeProperties)
-
parentSchemaIds
public ExportToOtherGraph.Builder parentSchemaIds(String... parentSchemaIds)
-
schema
public ExportToOtherGraph.Builder schema(Schema schema)
-
-