@Stability(value=Stable) public static final class CfnMLTransform.GlueTablesProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnMLTransform.GlueTablesProperty>
CfnMLTransform.GlueTablesProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnMLTransform.GlueTablesProperty |
build()
Builds the configured instance.
|
CfnMLTransform.GlueTablesProperty.Builder |
catalogId(String catalogId)
Sets the value of
CfnMLTransform.GlueTablesProperty.getCatalogId() |
CfnMLTransform.GlueTablesProperty.Builder |
connectionName(String connectionName)
Sets the value of
CfnMLTransform.GlueTablesProperty.getConnectionName() |
CfnMLTransform.GlueTablesProperty.Builder |
databaseName(String databaseName)
Sets the value of
CfnMLTransform.GlueTablesProperty.getDatabaseName() |
CfnMLTransform.GlueTablesProperty.Builder |
tableName(String tableName)
Sets the value of
CfnMLTransform.GlueTablesProperty.getTableName() |
@Stability(value=Stable) public CfnMLTransform.GlueTablesProperty.Builder databaseName(String databaseName)
CfnMLTransform.GlueTablesProperty.getDatabaseName()databaseName - A database name in the AWS Glue Data Catalog . This parameter is required.this@Stability(value=Stable) public CfnMLTransform.GlueTablesProperty.Builder tableName(String tableName)
CfnMLTransform.GlueTablesProperty.getTableName()tableName - A table name in the AWS Glue Data Catalog . This parameter is required.this@Stability(value=Stable) public CfnMLTransform.GlueTablesProperty.Builder catalogId(String catalogId)
CfnMLTransform.GlueTablesProperty.getCatalogId()catalogId - A unique identifier for the AWS Glue Data Catalog .this@Stability(value=Stable) public CfnMLTransform.GlueTablesProperty.Builder connectionName(String connectionName)
CfnMLTransform.GlueTablesProperty.getConnectionName()connectionName - The name of the connection to the AWS Glue Data Catalog .this@Stability(value=Stable) public CfnMLTransform.GlueTablesProperty build()
build in interface software.amazon.jsii.Builder<CfnMLTransform.GlueTablesProperty>CfnMLTransform.GlueTablesPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.