Uses of Class
com.hashicorp.cdktf.providers.aws.glue_catalog_table.GlueCatalogTableStorageDescriptorSerDeInfo.Builder
-
Packages that use GlueCatalogTableStorageDescriptorSerDeInfo.Builder Package Description com.hashicorp.cdktf.providers.aws.glue_catalog_table aws_glue_catalog_table -
-
Uses of GlueCatalogTableStorageDescriptorSerDeInfo.Builder in com.hashicorp.cdktf.providers.aws.glue_catalog_table
Methods in com.hashicorp.cdktf.providers.aws.glue_catalog_table that return GlueCatalogTableStorageDescriptorSerDeInfo.Builder Modifier and Type Method Description static GlueCatalogTableStorageDescriptorSerDeInfo.BuilderGlueCatalogTableStorageDescriptorSerDeInfo. builder()GlueCatalogTableStorageDescriptorSerDeInfo.BuilderGlueCatalogTableStorageDescriptorSerDeInfo.Builder. name(String name)Sets the value ofGlueCatalogTableStorageDescriptorSerDeInfo.getName()GlueCatalogTableStorageDescriptorSerDeInfo.BuilderGlueCatalogTableStorageDescriptorSerDeInfo.Builder. parameters(Map<String,String> parameters)Sets the value ofGlueCatalogTableStorageDescriptorSerDeInfo.getParameters()GlueCatalogTableStorageDescriptorSerDeInfo.BuilderGlueCatalogTableStorageDescriptorSerDeInfo.Builder. serializationLibrary(String serializationLibrary)Sets the value ofGlueCatalogTableStorageDescriptorSerDeInfo.getSerializationLibrary()Constructors in com.hashicorp.cdktf.providers.aws.glue_catalog_table with parameters of type GlueCatalogTableStorageDescriptorSerDeInfo.Builder Constructor Description Jsii$Proxy(GlueCatalogTableStorageDescriptorSerDeInfo.Builder builder)Constructor that initializes the object based on literal property values passed by theGlueCatalogTableStorageDescriptorSerDeInfo.Builder.
-