@Stability(value=Stable) public static final class CfnJob.OutputProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnJob.OutputProperty>
CfnJob.OutputProperty| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnJob.OutputProperty.Builder location(CfnJob.S3LocationProperty location)
CfnJob.OutputProperty.getLocation()location - The location in Amazon S3 where the job writes its output. This parameter is required.this@Stability(value=Stable) public CfnJob.OutputProperty.Builder location(IResolvable location)
CfnJob.OutputProperty.getLocation()location - The location in Amazon S3 where the job writes its output. This parameter is required.this@Stability(value=Stable) public CfnJob.OutputProperty.Builder compressionFormat(String compressionFormat)
CfnJob.OutputProperty.getCompressionFormat()compressionFormat - The compression algorithm used to compress the output text of the job.this@Stability(value=Stable) public CfnJob.OutputProperty.Builder format(String format)
CfnJob.OutputProperty.getFormat()format - The data format of the output of the job.this@Stability(value=Stable) public CfnJob.OutputProperty.Builder formatOptions(CfnJob.OutputFormatOptionsProperty formatOptions)
CfnJob.OutputProperty.getFormatOptions()formatOptions - Represents options that define how DataBrew formats job output files.this@Stability(value=Stable) public CfnJob.OutputProperty.Builder formatOptions(IResolvable formatOptions)
CfnJob.OutputProperty.getFormatOptions()formatOptions - Represents options that define how DataBrew formats job output files.this@Stability(value=Stable) public CfnJob.OutputProperty.Builder maxOutputFiles(Number maxOutputFiles)
CfnJob.OutputProperty.getMaxOutputFiles()maxOutputFiles - The maximum number of files to be generated by the job and written to the output folder.this@Stability(value=Stable) public CfnJob.OutputProperty.Builder overwrite(Boolean overwrite)
CfnJob.OutputProperty.getOverwrite()overwrite - A value that, if true, means that any data in the location specified for output is overwritten with new output.this@Stability(value=Stable) public CfnJob.OutputProperty.Builder overwrite(IResolvable overwrite)
CfnJob.OutputProperty.getOverwrite()overwrite - A value that, if true, means that any data in the location specified for output is overwritten with new output.this@Stability(value=Stable) public CfnJob.OutputProperty.Builder partitionColumns(List<String> partitionColumns)
CfnJob.OutputProperty.getPartitionColumns()partitionColumns - The names of one or more partition columns for the output of the job.this@Stability(value=Stable) public CfnJob.OutputProperty build()
build in interface software.amazon.jsii.Builder<CfnJob.OutputProperty>CfnJob.OutputPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.