public static interface CfnTable.TableIdentifierProperty
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.*; TableIdentifierProperty tableIdentifierProperty = TableIdentifierProperty.builder() .catalogId("catalogId") .databaseName("databaseName") .name("name") .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnTable.TableIdentifierProperty.Builder
A builder for
CfnTable.TableIdentifierProperty |
static class |
CfnTable.TableIdentifierProperty.Jsii$Proxy
An implementation for
CfnTable.TableIdentifierProperty |
Modifier and Type | Method and Description |
---|---|
static CfnTable.TableIdentifierProperty.Builder |
builder() |
default java.lang.String |
getCatalogId()
The ID of the Data Catalog in which the table resides.
|
default java.lang.String |
getDatabaseName()
The name of the catalog database that contains the target table.
|
default java.lang.String |
getName()
The name of the target table.
|
default java.lang.String getCatalogId()
default java.lang.String getDatabaseName()
default java.lang.String getName()
static CfnTable.TableIdentifierProperty.Builder builder()