public static interface CfnMLTransform.GlueTablesProperty
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.glue.*; GlueTablesProperty glueTablesProperty = GlueTablesProperty.builder() .databaseName("databaseName") .tableName("tableName") // the properties below are optional .catalogId("catalogId") .connectionName("connectionName") .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnMLTransform.GlueTablesProperty.Builder
A builder for
CfnMLTransform.GlueTablesProperty |
static class |
CfnMLTransform.GlueTablesProperty.Jsii$Proxy
An implementation for
CfnMLTransform.GlueTablesProperty |
Modifier and Type | Method and Description |
---|---|
static CfnMLTransform.GlueTablesProperty.Builder |
builder() |
default java.lang.String |
getCatalogId()
A unique identifier for the AWS Glue Data Catalog .
|
default java.lang.String |
getConnectionName()
The name of the connection to the AWS Glue Data Catalog .
|
java.lang.String |
getDatabaseName()
A database name in the AWS Glue Data Catalog .
|
java.lang.String |
getTableName()
A table name in the AWS Glue Data Catalog .
|
java.lang.String getDatabaseName()
java.lang.String getTableName()
default java.lang.String getCatalogId()
default java.lang.String getConnectionName()
static CfnMLTransform.GlueTablesProperty.Builder builder()