Class GlueCatalogTableStorageDescriptorColumns.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.aws.glue_catalog_table.GlueCatalogTableStorageDescriptorColumns.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<GlueCatalogTableStorageDescriptorColumns>
- Enclosing interface:
- GlueCatalogTableStorageDescriptorColumns
@Stability(Stable) public static final class GlueCatalogTableStorageDescriptorColumns.Builder extends Object implements software.amazon.jsii.Builder<GlueCatalogTableStorageDescriptorColumns>
A builder forGlueCatalogTableStorageDescriptorColumns
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GlueCatalogTableStorageDescriptorColumnsbuild()Builds the configured instance.GlueCatalogTableStorageDescriptorColumns.Buildercomment(String comment)Sets the value ofGlueCatalogTableStorageDescriptorColumns.getComment()GlueCatalogTableStorageDescriptorColumns.Buildername(String name)Sets the value ofGlueCatalogTableStorageDescriptorColumns.getName()GlueCatalogTableStorageDescriptorColumns.Builderparameters(Map<String,String> parameters)Sets the value ofGlueCatalogTableStorageDescriptorColumns.getParameters()GlueCatalogTableStorageDescriptorColumns.Buildertype(String type)Sets the value ofGlueCatalogTableStorageDescriptorColumns.getType()
-
-
-
Method Detail
-
name
@Stability(Stable) public GlueCatalogTableStorageDescriptorColumns.Builder name(String name)
Sets the value ofGlueCatalogTableStorageDescriptorColumns.getName()- Parameters:
name- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/glue_catalog_table#name GlueCatalogTable#name}. This parameter is required.- Returns:
this
-
comment
@Stability(Stable) public GlueCatalogTableStorageDescriptorColumns.Builder comment(String comment)
Sets the value ofGlueCatalogTableStorageDescriptorColumns.getComment()- Parameters:
comment- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/glue_catalog_table#comment GlueCatalogTable#comment}.- Returns:
this
-
parameters
@Stability(Stable) public GlueCatalogTableStorageDescriptorColumns.Builder parameters(Map<String,String> parameters)
Sets the value ofGlueCatalogTableStorageDescriptorColumns.getParameters()- Parameters:
parameters- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/glue_catalog_table#parameters GlueCatalogTable#parameters}.- Returns:
this
-
type
@Stability(Stable) public GlueCatalogTableStorageDescriptorColumns.Builder type(String type)
Sets the value ofGlueCatalogTableStorageDescriptorColumns.getType()- Parameters:
type- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/glue_catalog_table#type GlueCatalogTable#type}.- Returns:
this
-
build
@Stability(Stable) public GlueCatalogTableStorageDescriptorColumns build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<GlueCatalogTableStorageDescriptorColumns>- Returns:
- a new instance of
GlueCatalogTableStorageDescriptorColumns - Throws:
NullPointerException- if any required attribute was not provided
-
-