| Package | Description |
|---|---|
| com.amazonaws.services.gluedatabrew.model |
| Modifier and Type | Method and Description |
|---|---|
Output |
Output.clone() |
Output |
Output.withCompressionFormat(CompressionFormat compressionFormat)
The compression algorithm used to compress the output text of the job.
|
Output |
Output.withCompressionFormat(String compressionFormat)
The compression algorithm used to compress the output text of the job.
|
Output |
Output.withFormat(OutputFormat format)
The data format of the output of the job.
|
Output |
Output.withFormat(String format)
The data format of the output of the job.
|
Output |
Output.withFormatOptions(OutputFormatOptions formatOptions)
Represents options that define how DataBrew formats job output files.
|
Output |
Output.withLocation(S3Location location)
The location in Amazon S3 where the job writes its output.
|
Output |
Output.withMaxOutputFiles(Integer maxOutputFiles)
Maximum number of files to be generated by the job and written to the output folder.
|
Output |
Output.withOverwrite(Boolean overwrite)
A value that, if true, means that any data in the location specified for output is overwritten with new output.
|
Output |
Output.withPartitionColumns(Collection<String> partitionColumns)
The names of one or more partition columns for the output of the job.
|
Output |
Output.withPartitionColumns(String... partitionColumns)
The names of one or more partition columns for the output of the job.
|
| Modifier and Type | Method and Description |
|---|---|
List<Output> |
Job.getOutputs()
One or more artifacts that represent output from running the job.
|
List<Output> |
JobRun.getOutputs()
One or more output artifacts from a job run.
|
List<Output> |
UpdateRecipeJobRequest.getOutputs()
One or more artifacts that represent the output from running the job.
|
List<Output> |
DescribeJobResult.getOutputs()
One or more artifacts that represent the output from running the job.
|
List<Output> |
DescribeJobRunResult.getOutputs()
One or more output artifacts from a job run.
|
List<Output> |
CreateRecipeJobRequest.getOutputs()
One or more artifacts that represent the output from running the job.
|
| Modifier and Type | Method and Description |
|---|---|
Job |
Job.withOutputs(Output... outputs)
One or more artifacts that represent output from running the job.
|
JobRun |
JobRun.withOutputs(Output... outputs)
One or more output artifacts from a job run.
|
UpdateRecipeJobRequest |
UpdateRecipeJobRequest.withOutputs(Output... outputs)
One or more artifacts that represent the output from running the job.
|
DescribeJobResult |
DescribeJobResult.withOutputs(Output... outputs)
One or more artifacts that represent the output from running the job.
|
DescribeJobRunResult |
DescribeJobRunResult.withOutputs(Output... outputs)
One or more output artifacts from a job run.
|
CreateRecipeJobRequest |
CreateRecipeJobRequest.withOutputs(Output... outputs)
One or more artifacts that represent the output from running the job.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Job.setOutputs(Collection<Output> outputs)
One or more artifacts that represent output from running the job.
|
void |
JobRun.setOutputs(Collection<Output> outputs)
One or more output artifacts from a job run.
|
void |
UpdateRecipeJobRequest.setOutputs(Collection<Output> outputs)
One or more artifacts that represent the output from running the job.
|
void |
DescribeJobResult.setOutputs(Collection<Output> outputs)
One or more artifacts that represent the output from running the job.
|
void |
DescribeJobRunResult.setOutputs(Collection<Output> outputs)
One or more output artifacts from a job run.
|
void |
CreateRecipeJobRequest.setOutputs(Collection<Output> outputs)
One or more artifacts that represent the output from running the job.
|
Job |
Job.withOutputs(Collection<Output> outputs)
One or more artifacts that represent output from running the job.
|
JobRun |
JobRun.withOutputs(Collection<Output> outputs)
One or more output artifacts from a job run.
|
UpdateRecipeJobRequest |
UpdateRecipeJobRequest.withOutputs(Collection<Output> outputs)
One or more artifacts that represent the output from running the job.
|
DescribeJobResult |
DescribeJobResult.withOutputs(Collection<Output> outputs)
One or more artifacts that represent the output from running the job.
|
DescribeJobRunResult |
DescribeJobRunResult.withOutputs(Collection<Output> outputs)
One or more output artifacts from a job run.
|
CreateRecipeJobRequest |
CreateRecipeJobRequest.withOutputs(Collection<Output> outputs)
One or more artifacts that represent the output from running the job.
|
Copyright © 2024. All rights reserved.