Class SinkCallInput.SinkCallInputBuilder
java.lang.Object
org.gridgain.internal.cli.call.cdc.sink.SinkCallInput.SinkCallInputBuilder
- Enclosing class:
- SinkCallInput
Builder for
SinkCallInput.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds a new instance ofSinkCallInput.clusterUrl(String clusterUrl) Sets URL of the cluster.createTableIfNotExists(boolean createTableIfNotExists) Sets whether to create the table if it does not exist.Sets name of the sink.parameters(Map<String, Object> params) Sets parameters of the sink.type(org.apache.ignite.rest.client.model.SinkType type) Sets type of the sink.
-
Constructor Details
-
SinkCallInputBuilder
public SinkCallInputBuilder()
-
-
Method Details
-
name
Sets name of the sink. -
clusterUrl
Sets URL of the cluster. -
type
Sets type of the sink. -
parameters
Sets parameters of the sink. -
createTableIfNotExists
Sets whether to create the table if it does not exist. -
build
Builds a new instance ofSinkCallInput.
-