Class CfnJobPropsMixin.DataCatalogOutputProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.databrew.CfnJobPropsMixin.DataCatalogOutputProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnJobPropsMixin.DataCatalogOutputProperty>
- Enclosing interface:
CfnJobPropsMixin.DataCatalogOutputProperty
@Stability(Stable)
public static final class CfnJobPropsMixin.DataCatalogOutputProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnJobPropsMixin.DataCatalogOutputProperty>
A builder for
CfnJobPropsMixin.DataCatalogOutputProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnJobPropsMixin.DataCatalogOutputProperty.getCatalogId()databaseName(String databaseName) Sets the value ofCfnJobPropsMixin.DataCatalogOutputProperty.getDatabaseName()databaseOptions(CfnJobPropsMixin.DatabaseTableOutputOptionsProperty databaseOptions) Sets the value ofCfnJobPropsMixin.DataCatalogOutputProperty.getDatabaseOptions()databaseOptions(IResolvable databaseOptions) Sets the value ofCfnJobPropsMixin.DataCatalogOutputProperty.getDatabaseOptions()Sets the value ofCfnJobPropsMixin.DataCatalogOutputProperty.getOverwrite()overwrite(IResolvable overwrite) Sets the value ofCfnJobPropsMixin.DataCatalogOutputProperty.getOverwrite()Sets the value ofCfnJobPropsMixin.DataCatalogOutputProperty.getS3Options()s3Options(IResolvable s3Options) Sets the value ofCfnJobPropsMixin.DataCatalogOutputProperty.getS3Options()Sets the value ofCfnJobPropsMixin.DataCatalogOutputProperty.getTableName()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
catalogId
@Stability(Stable) public CfnJobPropsMixin.DataCatalogOutputProperty.Builder catalogId(String catalogId) Sets the value ofCfnJobPropsMixin.DataCatalogOutputProperty.getCatalogId()- Parameters:
catalogId- The unique identifier of the AWS account that holds the Data Catalog that stores the data.- Returns:
this
-
databaseName
@Stability(Stable) public CfnJobPropsMixin.DataCatalogOutputProperty.Builder databaseName(String databaseName) Sets the value ofCfnJobPropsMixin.DataCatalogOutputProperty.getDatabaseName()- Parameters:
databaseName- The name of a database in the Data Catalog.- Returns:
this
-
databaseOptions
@Stability(Stable) public CfnJobPropsMixin.DataCatalogOutputProperty.Builder databaseOptions(IResolvable databaseOptions) Sets the value ofCfnJobPropsMixin.DataCatalogOutputProperty.getDatabaseOptions()- Parameters:
databaseOptions- Represents options that specify how and where DataBrew writes the database output generated by recipe jobs.- Returns:
this
-
databaseOptions
@Stability(Stable) public CfnJobPropsMixin.DataCatalogOutputProperty.Builder databaseOptions(CfnJobPropsMixin.DatabaseTableOutputOptionsProperty databaseOptions) Sets the value ofCfnJobPropsMixin.DataCatalogOutputProperty.getDatabaseOptions()- Parameters:
databaseOptions- Represents options that specify how and where DataBrew writes the database output generated by recipe jobs.- Returns:
this
-
overwrite
@Stability(Stable) public CfnJobPropsMixin.DataCatalogOutputProperty.Builder overwrite(Boolean overwrite) Sets the value ofCfnJobPropsMixin.DataCatalogOutputProperty.getOverwrite()- Parameters:
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.- Returns:
this
-
overwrite
@Stability(Stable) public CfnJobPropsMixin.DataCatalogOutputProperty.Builder overwrite(IResolvable overwrite) Sets the value ofCfnJobPropsMixin.DataCatalogOutputProperty.getOverwrite()- Parameters:
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.- Returns:
this
-
s3Options
@Stability(Stable) public CfnJobPropsMixin.DataCatalogOutputProperty.Builder s3Options(IResolvable s3Options) Sets the value ofCfnJobPropsMixin.DataCatalogOutputProperty.getS3Options()- Parameters:
s3Options- Represents options that specify how and where DataBrew writes the Amazon S3 output generated by recipe jobs.- Returns:
this
-
s3Options
@Stability(Stable) public CfnJobPropsMixin.DataCatalogOutputProperty.Builder s3Options(CfnJobPropsMixin.S3TableOutputOptionsProperty s3Options) Sets the value ofCfnJobPropsMixin.DataCatalogOutputProperty.getS3Options()- Parameters:
s3Options- Represents options that specify how and where DataBrew writes the Amazon S3 output generated by recipe jobs.- Returns:
this
-
tableName
@Stability(Stable) public CfnJobPropsMixin.DataCatalogOutputProperty.Builder tableName(String tableName) Sets the value ofCfnJobPropsMixin.DataCatalogOutputProperty.getTableName()- Parameters:
tableName- The name of a table in the Data Catalog.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnJobPropsMixin.DataCatalogOutputProperty>- Returns:
- a new instance of
CfnJobPropsMixin.DataCatalogOutputProperty - Throws:
NullPointerException- if any required attribute was not provided
-