Class CfnDatasetPropsMixin.DataCatalogInputDefinitionProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.databrew.CfnDatasetPropsMixin.DataCatalogInputDefinitionProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDatasetPropsMixin.DataCatalogInputDefinitionProperty>
- Enclosing interface:
CfnDatasetPropsMixin.DataCatalogInputDefinitionProperty
@Stability(Stable)
public static final class CfnDatasetPropsMixin.DataCatalogInputDefinitionProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDatasetPropsMixin.DataCatalogInputDefinitionProperty>
A builder for
CfnDatasetPropsMixin.DataCatalogInputDefinitionProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnDatasetPropsMixin.DataCatalogInputDefinitionProperty.getCatalogId()databaseName(String databaseName) Sets the value ofCfnDatasetPropsMixin.DataCatalogInputDefinitionProperty.getTableName()tempDirectory(CfnDatasetPropsMixin.S3LocationProperty tempDirectory) tempDirectory(IResolvable tempDirectory)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
catalogId
@Stability(Stable) public CfnDatasetPropsMixin.DataCatalogInputDefinitionProperty.Builder catalogId(String catalogId) Sets the value ofCfnDatasetPropsMixin.DataCatalogInputDefinitionProperty.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 CfnDatasetPropsMixin.DataCatalogInputDefinitionProperty.Builder databaseName(String databaseName) - Parameters:
databaseName- The name of a database in the Data Catalog.- Returns:
this
-
tableName
@Stability(Stable) public CfnDatasetPropsMixin.DataCatalogInputDefinitionProperty.Builder tableName(String tableName) Sets the value ofCfnDatasetPropsMixin.DataCatalogInputDefinitionProperty.getTableName()- Parameters:
tableName- The name of a database table in the Data Catalog. This table corresponds to a DataBrew dataset.- Returns:
this
-
tempDirectory
@Stability(Stable) public CfnDatasetPropsMixin.DataCatalogInputDefinitionProperty.Builder tempDirectory(IResolvable tempDirectory) - Parameters:
tempDirectory- An Amazon location that AWS Glue Data Catalog can use as a temporary directory.- Returns:
this
-
tempDirectory
@Stability(Stable) public CfnDatasetPropsMixin.DataCatalogInputDefinitionProperty.Builder tempDirectory(CfnDatasetPropsMixin.S3LocationProperty tempDirectory) - Parameters:
tempDirectory- An Amazon location that AWS Glue Data Catalog can use as a temporary directory.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDatasetPropsMixin.DataCatalogInputDefinitionProperty>- Returns:
- a new instance of
CfnDatasetPropsMixin.DataCatalogInputDefinitionProperty - Throws:
NullPointerException- if any required attribute was not provided
-