Class SinkConfigFragment.Setter

java.lang.Object
io.aiven.kafka.connect.common.config.AbstractFragmentSetter<SinkConfigFragment.Setter>
io.aiven.kafka.connect.common.config.SinkConfigFragment.Setter
Enclosing class:
SinkConfigFragment

public static class SinkConfigFragment.Setter extends AbstractFragmentSetter<SinkConfigFragment.Setter>
The SourceConfigFragment setter.
  • Constructor Details

    • Setter

      protected Setter(Map<String,String> data)
      Constructor.
      Parameters:
      data - the data to modify.
  • Method Details

    • maxBytesPerFile

      public SinkConfigFragment.Setter maxBytesPerFile(int maxBytesPerFile)
      Set the maximum bytes allowed in a file.
      Parameters:
      maxBytesPerFile - the maximum number of bytes to allocate to a file.
      Returns:
      this