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