Class GlueCatalogTablePartitionKeys.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.aws.glue_catalog_table.GlueCatalogTablePartitionKeys.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<GlueCatalogTablePartitionKeys>
- Enclosing interface:
- GlueCatalogTablePartitionKeys
@Stability(Stable) public static final class GlueCatalogTablePartitionKeys.Builder extends Object implements software.amazon.jsii.Builder<GlueCatalogTablePartitionKeys>
A builder forGlueCatalogTablePartitionKeys
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GlueCatalogTablePartitionKeysbuild()Builds the configured instance.GlueCatalogTablePartitionKeys.Buildercomment(String comment)Sets the value ofGlueCatalogTablePartitionKeys.getComment()GlueCatalogTablePartitionKeys.Buildername(String name)Sets the value ofGlueCatalogTablePartitionKeys.getName()GlueCatalogTablePartitionKeys.Buildertype(String type)Sets the value ofGlueCatalogTablePartitionKeys.getType()
-
-
-
Method Detail
-
name
@Stability(Stable) public GlueCatalogTablePartitionKeys.Builder name(String name)
Sets the value ofGlueCatalogTablePartitionKeys.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 GlueCatalogTablePartitionKeys.Builder comment(String comment)
Sets the value ofGlueCatalogTablePartitionKeys.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
-
type
@Stability(Stable) public GlueCatalogTablePartitionKeys.Builder type(String type)
Sets the value ofGlueCatalogTablePartitionKeys.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 GlueCatalogTablePartitionKeys build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<GlueCatalogTablePartitionKeys>- Returns:
- a new instance of
GlueCatalogTablePartitionKeys - Throws:
NullPointerException- if any required attribute was not provided
-
-