@Stability(value=Stable) public static final class CfnDataset.DataCatalogInputDefinitionProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnDataset.DataCatalogInputDefinitionProperty>
CfnDataset.DataCatalogInputDefinitionProperty| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnDataset.DataCatalogInputDefinitionProperty.Builder catalogId(String catalogId)
CfnDataset.DataCatalogInputDefinitionProperty.getCatalogId()catalogId - The unique identifier of the AWS account that holds the Data Catalog that stores the data.this@Stability(value=Stable) public CfnDataset.DataCatalogInputDefinitionProperty.Builder databaseName(String databaseName)
CfnDataset.DataCatalogInputDefinitionProperty.getDatabaseName()databaseName - The name of a database in the Data Catalog.this@Stability(value=Stable) public CfnDataset.DataCatalogInputDefinitionProperty.Builder tableName(String tableName)
CfnDataset.DataCatalogInputDefinitionProperty.getTableName()tableName - The name of a database table in the Data Catalog.
This table corresponds to a DataBrew dataset.this@Stability(value=Stable) public CfnDataset.DataCatalogInputDefinitionProperty.Builder tempDirectory(CfnDataset.S3LocationProperty tempDirectory)
CfnDataset.DataCatalogInputDefinitionProperty.getTempDirectory()tempDirectory - An Amazon location that AWS Glue Data Catalog can use as a temporary directory.this@Stability(value=Stable) public CfnDataset.DataCatalogInputDefinitionProperty.Builder tempDirectory(IResolvable tempDirectory)
CfnDataset.DataCatalogInputDefinitionProperty.getTempDirectory()tempDirectory - An Amazon location that AWS Glue Data Catalog can use as a temporary directory.this@Stability(value=Stable) public CfnDataset.DataCatalogInputDefinitionProperty build()
build in interface software.amazon.jsii.Builder<CfnDataset.DataCatalogInputDefinitionProperty>CfnDataset.DataCatalogInputDefinitionPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.