@Stability(value=Stable) public static final class CfnDataset.GlueConfigurationProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnDataset.GlueConfigurationProperty>
CfnDataset.GlueConfigurationProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnDataset.GlueConfigurationProperty |
build()
Builds the configured instance.
|
CfnDataset.GlueConfigurationProperty.Builder |
databaseName(String databaseName)
Sets the value of
CfnDataset.GlueConfigurationProperty.getDatabaseName() |
CfnDataset.GlueConfigurationProperty.Builder |
tableName(String tableName)
Sets the value of
CfnDataset.GlueConfigurationProperty.getTableName() |
@Stability(value=Stable) public CfnDataset.GlueConfigurationProperty.Builder databaseName(String databaseName)
CfnDataset.GlueConfigurationProperty.getDatabaseName()databaseName - The name of the database in your AWS Glue Data Catalog in which the table is located. This parameter is required.
An AWS Glue Data Catalog database contains metadata tables.this@Stability(value=Stable) public CfnDataset.GlueConfigurationProperty.Builder tableName(String tableName)
CfnDataset.GlueConfigurationProperty.getTableName()tableName - The name of the table in your AWS Glue Data Catalog that is used to perform the ETL operations. This parameter is required.
An AWS Glue Data Catalog table contains partitioned data and descriptions of data sources and targets.this@Stability(value=Stable) public CfnDataset.GlueConfigurationProperty build()
build in interface software.amazon.jsii.Builder<CfnDataset.GlueConfigurationProperty>CfnDataset.GlueConfigurationPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.