@Stability(value=Stable)
public static interface CfnMLTransform.GlueTablesProperty
extends software.amazon.jsii.JsiiSerializable
| 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 String |
getCatalogId()
`CfnMLTransform.GlueTablesProperty.CatalogId`.
|
default String |
getConnectionName()
`CfnMLTransform.GlueTablesProperty.ConnectionName`.
|
String |
getDatabaseName()
`CfnMLTransform.GlueTablesProperty.DatabaseName`.
|
String |
getTableName()
`CfnMLTransform.GlueTablesProperty.TableName`.
|
@Stability(value=Stable) @NotNull String getDatabaseName()
@Stability(value=Stable) @NotNull String getTableName()
@Stability(value=Stable) @Nullable default String getCatalogId()
@Stability(value=Stable) @Nullable default String getConnectionName()
@Stability(value=Stable) static CfnMLTransform.GlueTablesProperty.Builder builder()
Copyright © 2021. All rights reserved.