public static final class CfnMLTransform.GlueTablesProperty.Builder
extends java.lang.Object
CfnMLTransform.GlueTablesProperty
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CfnMLTransform.GlueTablesProperty |
build()
Builds the configured instance.
|
CfnMLTransform.GlueTablesProperty.Builder |
catalogId(java.lang.String catalogId)
Sets the value of
CfnMLTransform.GlueTablesProperty.getCatalogId() |
CfnMLTransform.GlueTablesProperty.Builder |
connectionName(java.lang.String connectionName)
Sets the value of
CfnMLTransform.GlueTablesProperty.getConnectionName() |
CfnMLTransform.GlueTablesProperty.Builder |
databaseName(java.lang.String databaseName)
Sets the value of
CfnMLTransform.GlueTablesProperty.getDatabaseName() |
CfnMLTransform.GlueTablesProperty.Builder |
tableName(java.lang.String tableName)
Sets the value of
CfnMLTransform.GlueTablesProperty.getTableName() |
public CfnMLTransform.GlueTablesProperty.Builder databaseName(java.lang.String databaseName)
CfnMLTransform.GlueTablesProperty.getDatabaseName()
databaseName
- A database name in the AWS Glue Data Catalog . This parameter is required.this
public CfnMLTransform.GlueTablesProperty.Builder tableName(java.lang.String tableName)
CfnMLTransform.GlueTablesProperty.getTableName()
tableName
- A table name in the AWS Glue Data Catalog . This parameter is required.this
public CfnMLTransform.GlueTablesProperty.Builder catalogId(java.lang.String catalogId)
CfnMLTransform.GlueTablesProperty.getCatalogId()
catalogId
- A unique identifier for the AWS Glue Data Catalog .this
public CfnMLTransform.GlueTablesProperty.Builder connectionName(java.lang.String connectionName)
CfnMLTransform.GlueTablesProperty.getConnectionName()
connectionName
- The name of the connection to the AWS Glue Data Catalog .this
public CfnMLTransform.GlueTablesProperty build()
CfnMLTransform.GlueTablesProperty
java.lang.NullPointerException
- if any required attribute was not provided