Uses of Class
com.hashicorp.cdktf.providers.aws.glue_catalog_table.GlueCatalogTablePartitionKeys.Builder
-
Packages that use GlueCatalogTablePartitionKeys.Builder Package Description com.hashicorp.cdktf.providers.aws.glue_catalog_table aws_glue_catalog_table -
-
Uses of GlueCatalogTablePartitionKeys.Builder in com.hashicorp.cdktf.providers.aws.glue_catalog_table
Methods in com.hashicorp.cdktf.providers.aws.glue_catalog_table that return GlueCatalogTablePartitionKeys.Builder Modifier and Type Method Description static GlueCatalogTablePartitionKeys.BuilderGlueCatalogTablePartitionKeys. builder()GlueCatalogTablePartitionKeys.BuilderGlueCatalogTablePartitionKeys.Builder. comment(String comment)Sets the value ofGlueCatalogTablePartitionKeys.getComment()GlueCatalogTablePartitionKeys.BuilderGlueCatalogTablePartitionKeys.Builder. name(String name)Sets the value ofGlueCatalogTablePartitionKeys.getName()GlueCatalogTablePartitionKeys.BuilderGlueCatalogTablePartitionKeys.Builder. type(String type)Sets the value ofGlueCatalogTablePartitionKeys.getType()Constructors in com.hashicorp.cdktf.providers.aws.glue_catalog_table with parameters of type GlueCatalogTablePartitionKeys.Builder Constructor Description Jsii$Proxy(GlueCatalogTablePartitionKeys.Builder builder)Constructor that initializes the object based on literal property values passed by theGlueCatalogTablePartitionKeys.Builder.
-