Uses of Class
com.hashicorp.cdktf.providers.aws.glue_catalog_table.GlueCatalogTableTargetTable.Builder
-
Packages that use GlueCatalogTableTargetTable.Builder Package Description com.hashicorp.cdktf.providers.aws.glue_catalog_table aws_glue_catalog_table -
-
Uses of GlueCatalogTableTargetTable.Builder in com.hashicorp.cdktf.providers.aws.glue_catalog_table
Methods in com.hashicorp.cdktf.providers.aws.glue_catalog_table that return GlueCatalogTableTargetTable.Builder Modifier and Type Method Description static GlueCatalogTableTargetTable.BuilderGlueCatalogTableTargetTable. builder()GlueCatalogTableTargetTable.BuilderGlueCatalogTableTargetTable.Builder. catalogId(String catalogId)Sets the value ofGlueCatalogTableTargetTable.getCatalogId()GlueCatalogTableTargetTable.BuilderGlueCatalogTableTargetTable.Builder. databaseName(String databaseName)Sets the value ofGlueCatalogTableTargetTable.getDatabaseName()GlueCatalogTableTargetTable.BuilderGlueCatalogTableTargetTable.Builder. name(String name)Sets the value ofGlueCatalogTableTargetTable.getName()Constructors in com.hashicorp.cdktf.providers.aws.glue_catalog_table with parameters of type GlueCatalogTableTargetTable.Builder Constructor Description Jsii$Proxy(GlueCatalogTableTargetTable.Builder builder)Constructor that initializes the object based on literal property values passed by theGlueCatalogTableTargetTable.Builder.
-