@Stability(value=Stable) public static final class CfnJob.DataCatalogOutputProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnJob.DataCatalogOutputProperty>
CfnJob.DataCatalogOutputProperty| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnJob.DataCatalogOutputProperty.Builder databaseName(String databaseName)
CfnJob.DataCatalogOutputProperty.getDatabaseName()databaseName - The name of a database in the Data Catalog. This parameter is required.this@Stability(value=Stable) public CfnJob.DataCatalogOutputProperty.Builder tableName(String tableName)
CfnJob.DataCatalogOutputProperty.getTableName()tableName - The name of a table in the Data Catalog. This parameter is required.this@Stability(value=Stable) public CfnJob.DataCatalogOutputProperty.Builder catalogId(String catalogId)
CfnJob.DataCatalogOutputProperty.getCatalogId()catalogId - The unique identifier of the AWS account that holds the Data Catalog that stores the data.this@Stability(value=Stable) public CfnJob.DataCatalogOutputProperty.Builder databaseOptions(CfnJob.DatabaseTableOutputOptionsProperty databaseOptions)
CfnJob.DataCatalogOutputProperty.getDatabaseOptions()databaseOptions - Represents options that specify how and where DataBrew writes the database output generated by recipe jobs.this@Stability(value=Stable) public CfnJob.DataCatalogOutputProperty.Builder databaseOptions(IResolvable databaseOptions)
CfnJob.DataCatalogOutputProperty.getDatabaseOptions()databaseOptions - Represents options that specify how and where DataBrew writes the database output generated by recipe jobs.this@Stability(value=Stable) public CfnJob.DataCatalogOutputProperty.Builder overwrite(Boolean overwrite)
CfnJob.DataCatalogOutputProperty.getOverwrite()overwrite - A value that, if true, means that any data in the location specified for output is overwritten with new output.
Not supported with DatabaseOptions.this@Stability(value=Stable) public CfnJob.DataCatalogOutputProperty.Builder overwrite(IResolvable overwrite)
CfnJob.DataCatalogOutputProperty.getOverwrite()overwrite - A value that, if true, means that any data in the location specified for output is overwritten with new output.
Not supported with DatabaseOptions.this@Stability(value=Stable) public CfnJob.DataCatalogOutputProperty.Builder s3Options(CfnJob.S3TableOutputOptionsProperty s3Options)
CfnJob.DataCatalogOutputProperty.getS3Options()s3Options - Represents options that specify how and where DataBrew writes the Amazon S3 output generated by recipe jobs.this@Stability(value=Stable) public CfnJob.DataCatalogOutputProperty.Builder s3Options(IResolvable s3Options)
CfnJob.DataCatalogOutputProperty.getS3Options()s3Options - Represents options that specify how and where DataBrew writes the Amazon S3 output generated by recipe jobs.this@Stability(value=Stable) public CfnJob.DataCatalogOutputProperty build()
build in interface software.amazon.jsii.Builder<CfnJob.DataCatalogOutputProperty>CfnJob.DataCatalogOutputPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.