Class OutputWriter.Builder
java.lang.Object
io.aiven.kafka.connect.common.output.OutputWriter.Builder
- Enclosing class:
- OutputWriter
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected CompressionTypeprotected booleanprotected Collection<OutputField> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild(OutputStream out, FormatType formatType) withCompressionType(CompressionType compressionType) withEnvelopeEnabled(Boolean enabled) withExternalProperties(Map<String, String> externalProperties) withOutputFields(Collection<OutputField> outputFields)
-
Field Details
-
compressionType
-
externalProperties
-
outputFields
-
envelopeEnabled
protected boolean envelopeEnabled
-
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
withCompressionType
-
withExternalProperties
-
withOutputFields
-
withEnvelopeEnabled
-
build
- Throws:
IOException
-