static Output.Builder |
Output.builder() |
|
Output.Builder |
Output.Builder.compressionFormat(String compressionFormat) |
The compression algorithm used to compress the output text of the job.
|
Output.Builder |
Output.Builder.compressionFormat(CompressionFormat compressionFormat) |
The compression algorithm used to compress the output text of the job.
|
Output.Builder |
Output.Builder.format(String format) |
The data format of the output of the job.
|
Output.Builder |
Output.Builder.format(OutputFormat format) |
The data format of the output of the job.
|
default Output.Builder |
Output.Builder.formatOptions(Consumer<OutputFormatOptions.Builder> formatOptions) |
Represents options that define how DataBrew formats job output files.
|
Output.Builder |
Output.Builder.formatOptions(OutputFormatOptions formatOptions) |
Represents options that define how DataBrew formats job output files.
|
default Output.Builder |
Output.Builder.location(Consumer<S3Location.Builder> location) |
The location in Amazon S3 where the job writes its output.
|
Output.Builder |
Output.Builder.location(S3Location location) |
The location in Amazon S3 where the job writes its output.
|
Output.Builder |
Output.Builder.maxOutputFiles(Integer maxOutputFiles) |
Maximum number of files to be generated by the job and written to the output folder.
|
Output.Builder |
Output.Builder.overwrite(Boolean overwrite) |
A value that, if true, means that any data in the location specified for output is overwritten with new
output.
|
Output.Builder |
Output.Builder.partitionColumns(String... partitionColumns) |
The names of one or more partition columns for the output of the job.
|
Output.Builder |
Output.Builder.partitionColumns(Collection<String> partitionColumns) |
The names of one or more partition columns for the output of the job.
|
Output.Builder |
Output.toBuilder() |
|