Uses of Interface
com.hashicorp.cdktf.providers.aws.glue_catalog_table.GlueCatalogTableStorageDescriptorColumns
-
Packages that use GlueCatalogTableStorageDescriptorColumns Package Description com.hashicorp.cdktf.providers.aws.glue_catalog_table aws_glue_catalog_table -
-
Uses of GlueCatalogTableStorageDescriptorColumns in com.hashicorp.cdktf.providers.aws.glue_catalog_table
Classes in com.hashicorp.cdktf.providers.aws.glue_catalog_table that implement GlueCatalogTableStorageDescriptorColumns Modifier and Type Class Description static classGlueCatalogTableStorageDescriptorColumns.Jsii$ProxyAn implementation forGlueCatalogTableStorageDescriptorColumnsMethods in com.hashicorp.cdktf.providers.aws.glue_catalog_table that return GlueCatalogTableStorageDescriptorColumns Modifier and Type Method Description GlueCatalogTableStorageDescriptorColumnsGlueCatalogTableStorageDescriptorColumns.Builder. build()Builds the configured instance.Methods in com.hashicorp.cdktf.providers.aws.glue_catalog_table with parameters of type GlueCatalogTableStorageDescriptorColumns Modifier and Type Method Description voidGlueCatalogTableStorageDescriptorColumnsOutputReference. setInternalValue(GlueCatalogTableStorageDescriptorColumns value)Method parameters in com.hashicorp.cdktf.providers.aws.glue_catalog_table with type arguments of type GlueCatalogTableStorageDescriptorColumns Modifier and Type Method Description GlueCatalogTableStorageDescriptor.BuilderGlueCatalogTableStorageDescriptor.Builder. columns(List<? extends GlueCatalogTableStorageDescriptorColumns> columns)Sets the value ofGlueCatalogTableStorageDescriptor.getColumns()voidGlueCatalogTableStorageDescriptorColumnsList. setInternalValue(List<GlueCatalogTableStorageDescriptorColumns> value)
-