| Package | Description |
|---|---|
| com.amazonaws.services.gluedatabrew.model |
| Modifier and Type | Method and Description |
|---|---|
DataCatalogOutput |
DataCatalogOutput.clone() |
DataCatalogOutput |
DataCatalogOutput.withCatalogId(String catalogId)
The unique identifier of the Amazon Web Services account that holds the Data Catalog that stores the data.
|
DataCatalogOutput |
DataCatalogOutput.withDatabaseName(String databaseName)
The name of a database in the Data Catalog.
|
DataCatalogOutput |
DataCatalogOutput.withDatabaseOptions(DatabaseTableOutputOptions databaseOptions)
Represents options that specify how and where DataBrew writes the database output generated by recipe jobs.
|
DataCatalogOutput |
DataCatalogOutput.withOverwrite(Boolean overwrite)
A value that, if true, means that any data in the location specified for output is overwritten with new output.
|
DataCatalogOutput |
DataCatalogOutput.withS3Options(S3TableOutputOptions s3Options)
Represents options that specify how and where DataBrew writes the Amazon S3 output generated by recipe jobs.
|
DataCatalogOutput |
DataCatalogOutput.withTableName(String tableName)
The name of a table in the Data Catalog.
|
| Modifier and Type | Method and Description |
|---|---|
List<DataCatalogOutput> |
UpdateRecipeJobRequest.getDataCatalogOutputs()
One or more artifacts that represent the Glue Data Catalog output from running the job.
|
List<DataCatalogOutput> |
DescribeJobRunResult.getDataCatalogOutputs()
One or more artifacts that represent the Glue Data Catalog output from running the job.
|
List<DataCatalogOutput> |
Job.getDataCatalogOutputs()
One or more artifacts that represent the Glue Data Catalog output from running the job.
|
List<DataCatalogOutput> |
CreateRecipeJobRequest.getDataCatalogOutputs()
One or more artifacts that represent the Glue Data Catalog output from running the job.
|
List<DataCatalogOutput> |
DescribeJobResult.getDataCatalogOutputs()
One or more artifacts that represent the Glue Data Catalog output from running the job.
|
List<DataCatalogOutput> |
JobRun.getDataCatalogOutputs()
One or more artifacts that represent the Glue Data Catalog output from running the job.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateRecipeJobRequest |
UpdateRecipeJobRequest.withDataCatalogOutputs(DataCatalogOutput... dataCatalogOutputs)
One or more artifacts that represent the Glue Data Catalog output from running the job.
|
DescribeJobRunResult |
DescribeJobRunResult.withDataCatalogOutputs(DataCatalogOutput... dataCatalogOutputs)
One or more artifacts that represent the Glue Data Catalog output from running the job.
|
Job |
Job.withDataCatalogOutputs(DataCatalogOutput... dataCatalogOutputs)
One or more artifacts that represent the Glue Data Catalog output from running the job.
|
CreateRecipeJobRequest |
CreateRecipeJobRequest.withDataCatalogOutputs(DataCatalogOutput... dataCatalogOutputs)
One or more artifacts that represent the Glue Data Catalog output from running the job.
|
DescribeJobResult |
DescribeJobResult.withDataCatalogOutputs(DataCatalogOutput... dataCatalogOutputs)
One or more artifacts that represent the Glue Data Catalog output from running the job.
|
JobRun |
JobRun.withDataCatalogOutputs(DataCatalogOutput... dataCatalogOutputs)
One or more artifacts that represent the Glue Data Catalog output from running the job.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateRecipeJobRequest.setDataCatalogOutputs(Collection<DataCatalogOutput> dataCatalogOutputs)
One or more artifacts that represent the Glue Data Catalog output from running the job.
|
void |
DescribeJobRunResult.setDataCatalogOutputs(Collection<DataCatalogOutput> dataCatalogOutputs)
One or more artifacts that represent the Glue Data Catalog output from running the job.
|
void |
Job.setDataCatalogOutputs(Collection<DataCatalogOutput> dataCatalogOutputs)
One or more artifacts that represent the Glue Data Catalog output from running the job.
|
void |
CreateRecipeJobRequest.setDataCatalogOutputs(Collection<DataCatalogOutput> dataCatalogOutputs)
One or more artifacts that represent the Glue Data Catalog output from running the job.
|
void |
DescribeJobResult.setDataCatalogOutputs(Collection<DataCatalogOutput> dataCatalogOutputs)
One or more artifacts that represent the Glue Data Catalog output from running the job.
|
void |
JobRun.setDataCatalogOutputs(Collection<DataCatalogOutput> dataCatalogOutputs)
One or more artifacts that represent the Glue Data Catalog output from running the job.
|
UpdateRecipeJobRequest |
UpdateRecipeJobRequest.withDataCatalogOutputs(Collection<DataCatalogOutput> dataCatalogOutputs)
One or more artifacts that represent the Glue Data Catalog output from running the job.
|
DescribeJobRunResult |
DescribeJobRunResult.withDataCatalogOutputs(Collection<DataCatalogOutput> dataCatalogOutputs)
One or more artifacts that represent the Glue Data Catalog output from running the job.
|
Job |
Job.withDataCatalogOutputs(Collection<DataCatalogOutput> dataCatalogOutputs)
One or more artifacts that represent the Glue Data Catalog output from running the job.
|
CreateRecipeJobRequest |
CreateRecipeJobRequest.withDataCatalogOutputs(Collection<DataCatalogOutput> dataCatalogOutputs)
One or more artifacts that represent the Glue Data Catalog output from running the job.
|
DescribeJobResult |
DescribeJobResult.withDataCatalogOutputs(Collection<DataCatalogOutput> dataCatalogOutputs)
One or more artifacts that represent the Glue Data Catalog output from running the job.
|
JobRun |
JobRun.withDataCatalogOutputs(Collection<DataCatalogOutput> dataCatalogOutputs)
One or more artifacts that represent the Glue Data Catalog output from running the job.
|
Copyright © 2023. All rights reserved.