Class CfnMLTransform.GlueTablesProperty.Builder
java.lang.Object
software.amazon.awscdk.services.glue.CfnMLTransform.GlueTablesProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnMLTransform.GlueTablesProperty>
- Enclosing interface:
CfnMLTransform.GlueTablesProperty
@Stability(Stable)
public static final class CfnMLTransform.GlueTablesProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnMLTransform.GlueTablesProperty>
A builder for
CfnMLTransform.GlueTablesProperty
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.Sets the value ofCfnMLTransform.GlueTablesProperty.getCatalogId()
connectionName
(String connectionName) Sets the value ofCfnMLTransform.GlueTablesProperty.getConnectionName()
databaseName
(String databaseName) Sets the value ofCfnMLTransform.GlueTablesProperty.getDatabaseName()
Sets the value ofCfnMLTransform.GlueTablesProperty.getTableName()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
databaseName
@Stability(Stable) public CfnMLTransform.GlueTablesProperty.Builder databaseName(String databaseName) Sets the value ofCfnMLTransform.GlueTablesProperty.getDatabaseName()
- Parameters:
databaseName
- A database name in the AWS Glue Data Catalog . This parameter is required.- Returns:
this
-
tableName
Sets the value ofCfnMLTransform.GlueTablesProperty.getTableName()
- Parameters:
tableName
- A table name in the AWS Glue Data Catalog . This parameter is required.- Returns:
this
-
catalogId
Sets the value ofCfnMLTransform.GlueTablesProperty.getCatalogId()
- Parameters:
catalogId
- A unique identifier for the AWS Glue Data Catalog .- Returns:
this
-
connectionName
@Stability(Stable) public CfnMLTransform.GlueTablesProperty.Builder connectionName(String connectionName) Sets the value ofCfnMLTransform.GlueTablesProperty.getConnectionName()
- Parameters:
connectionName
- The name of the connection to the AWS Glue Data Catalog .- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnMLTransform.GlueTablesProperty>
- Returns:
- a new instance of
CfnMLTransform.GlueTablesProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-