assembleWith property
Defines how to assemble the results of the transform job as a single S3
object. Choose a format that is most convenient to you. To concatenate the
results in binary format, specify None
. To add a newline
character at the end of every transformed record, specify Line
.
Implementation
final AssemblyType? assembleWith;