Interface GlueCatalogTableTargetTable
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
GlueCatalogTableTargetTable.Jsii$Proxy
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-30T04:56:53.180Z") @Stability(Stable) public interface GlueCatalogTableTargetTable extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classGlueCatalogTableTargetTable.BuilderA builder forGlueCatalogTableTargetTablestatic classGlueCatalogTableTargetTable.Jsii$ProxyAn implementation forGlueCatalogTableTargetTable
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static GlueCatalogTableTargetTable.Builderbuilder()StringgetCatalogId()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/glue_catalog_table#catalog_id GlueCatalogTable#catalog_id}.StringgetDatabaseName()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/glue_catalog_table#database_name GlueCatalogTable#database_name}.StringgetName()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/glue_catalog_table#name GlueCatalogTable#name}.
-
-
-
Method Detail
-
getCatalogId
@Stability(Stable) @NotNull String getCatalogId()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/glue_catalog_table#catalog_id GlueCatalogTable#catalog_id}.
-
getDatabaseName
@Stability(Stable) @NotNull String getDatabaseName()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/glue_catalog_table#database_name GlueCatalogTable#database_name}.
-
getName
@Stability(Stable) @NotNull String getName()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/glue_catalog_table#name GlueCatalogTable#name}.
-
builder
@Stability(Stable) static GlueCatalogTableTargetTable.Builder builder()
-
-