Class SourceCallInput.SourceCallInputBuilder
java.lang.Object
org.gridgain.internal.cli.call.cdc.source.SourceCallInput.SourceCallInputBuilder
- Enclosing class:
- SourceCallInput
Builder for
SourceCallInput.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds a new instance ofSourceCallInput.clusterUrl(String clusterUrl) Sets URL of the cluster.Sets name of the source.parameters(Map<String, Object> params) Sets parameters of the source.Sets tables of the source.type(org.apache.ignite.rest.client.model.SourceType type) Sets type of the source.
-
Constructor Details
-
SourceCallInputBuilder
public SourceCallInputBuilder()
-
-
Method Details
-
name
Sets name of the source. -
clusterUrl
Sets URL of the cluster. -
type
public SourceCallInput.SourceCallInputBuilder type(org.apache.ignite.rest.client.model.SourceType type) Sets type of the source. -
tables
Sets tables of the source. -
parameters
Sets parameters of the source. -
build
Builds a new instance ofSourceCallInput.
-