Class GlueCatalogTableTargetTable.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.aws.glue_catalog_table.GlueCatalogTableTargetTable.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<GlueCatalogTableTargetTable>
- Enclosing interface:
- GlueCatalogTableTargetTable
@Stability(Stable) public static final class GlueCatalogTableTargetTable.Builder extends Object implements software.amazon.jsii.Builder<GlueCatalogTableTargetTable>
A builder forGlueCatalogTableTargetTable
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GlueCatalogTableTargetTablebuild()Builds the configured instance.GlueCatalogTableTargetTable.BuildercatalogId(String catalogId)Sets the value ofGlueCatalogTableTargetTable.getCatalogId()GlueCatalogTableTargetTable.BuilderdatabaseName(String databaseName)Sets the value ofGlueCatalogTableTargetTable.getDatabaseName()GlueCatalogTableTargetTable.Buildername(String name)Sets the value ofGlueCatalogTableTargetTable.getName()
-
-
-
Method Detail
-
catalogId
@Stability(Stable) public GlueCatalogTableTargetTable.Builder catalogId(String catalogId)
Sets the value ofGlueCatalogTableTargetTable.getCatalogId()- Parameters:
catalogId- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/glue_catalog_table#catalog_id GlueCatalogTable#catalog_id}. This parameter is required.- Returns:
this
-
databaseName
@Stability(Stable) public GlueCatalogTableTargetTable.Builder databaseName(String databaseName)
Sets the value ofGlueCatalogTableTargetTable.getDatabaseName()- Parameters:
databaseName- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/glue_catalog_table#database_name GlueCatalogTable#database_name}. This parameter is required.- Returns:
this
-
name
@Stability(Stable) public GlueCatalogTableTargetTable.Builder name(String name)
Sets the value ofGlueCatalogTableTargetTable.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
-
build
@Stability(Stable) public GlueCatalogTableTargetTable build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<GlueCatalogTableTargetTable>- Returns:
- a new instance of
GlueCatalogTableTargetTable - Throws:
NullPointerException- if any required attribute was not provided
-
-