Class CommonConfigFragment.Setter
java.lang.Object
io.aiven.kafka.connect.common.config.AbstractFragmentSetter<CommonConfigFragment.Setter>
io.aiven.kafka.connect.common.config.CommonConfigFragment.Setter
- Enclosing class:
- CommonConfigFragment
public static class CommonConfigFragment.Setter
extends AbstractFragmentSetter<CommonConfigFragment.Setter>
Setter to programmatically set values in the configuraiotn.
-
Field Summary
Fields inherited from class io.aiven.kafka.connect.common.config.AbstractFragmentSetter
self
-
Method Summary
-
Method Details
-
taskId
Sets the task ID value.- Parameters:
taskId
- the task Id value.- Returns:
- this
-
maxTasks
Sets the max tasks value.- Parameters:
maxTasks
- the maximum number of tasks for this connector to run.- Returns:
- this
-