@Stability(value=Stable)
public static interface CfnTable.TableIdentifierProperty
extends software.amazon.jsii.JsiiSerializable
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 String |
getCatalogId()
The ID of the Data Catalog in which the table resides.
|
default String |
getDatabaseName()
The name of the catalog database that contains the target table.
|
default String |
getName()
The name of the target table.
|
@Stability(value=Stable) @Nullable default String getCatalogId()
@Stability(value=Stable) @Nullable default String getDatabaseName()
@Stability(value=Stable) @Nullable default String getName()
@Stability(value=Stable) static CfnTable.TableIdentifierProperty.Builder builder()
Copyright © 2022. All rights reserved.