Class BigqueryTableTableConstraintsForeignKeysReferencedTable.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.bigquery_table.BigqueryTableTableConstraintsForeignKeysReferencedTable.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<BigqueryTableTableConstraintsForeignKeysReferencedTable>
- Enclosing interface:
- BigqueryTableTableConstraintsForeignKeysReferencedTable
@Stability(Stable) public static final class BigqueryTableTableConstraintsForeignKeysReferencedTable.Builder extends Object implements software.amazon.jsii.Builder<BigqueryTableTableConstraintsForeignKeysReferencedTable>
A builder forBigqueryTableTableConstraintsForeignKeysReferencedTable
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BigqueryTableTableConstraintsForeignKeysReferencedTablebuild()Builds the configured instance.BigqueryTableTableConstraintsForeignKeysReferencedTable.BuilderdatasetId(String datasetId)Sets the value ofBigqueryTableTableConstraintsForeignKeysReferencedTable.getDatasetId()BigqueryTableTableConstraintsForeignKeysReferencedTable.BuilderprojectId(String projectId)Sets the value ofBigqueryTableTableConstraintsForeignKeysReferencedTable.getProjectId()BigqueryTableTableConstraintsForeignKeysReferencedTable.BuildertableId(String tableId)Sets the value ofBigqueryTableTableConstraintsForeignKeysReferencedTable.getTableId()
-
-
-
Method Detail
-
datasetId
@Stability(Stable) public BigqueryTableTableConstraintsForeignKeysReferencedTable.Builder datasetId(String datasetId)
Sets the value ofBigqueryTableTableConstraintsForeignKeysReferencedTable.getDatasetId()- Parameters:
datasetId- The ID of the dataset containing this table. This parameter is required. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigquery_table#dataset_id BigqueryTable#dataset_id}- Returns:
this
-
projectId
@Stability(Stable) public BigqueryTableTableConstraintsForeignKeysReferencedTable.Builder projectId(String projectId)
Sets the value ofBigqueryTableTableConstraintsForeignKeysReferencedTable.getProjectId()- Parameters:
projectId- The ID of the project containing this table. This parameter is required. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigquery_table#project_id BigqueryTable#project_id}- Returns:
this
-
tableId
@Stability(Stable) public BigqueryTableTableConstraintsForeignKeysReferencedTable.Builder tableId(String tableId)
Sets the value ofBigqueryTableTableConstraintsForeignKeysReferencedTable.getTableId()- Parameters:
tableId- The ID of the table. This parameter is required. The ID must contain only letters (a-z, A-Z), numbers (0-9), or underscores (_). The maximum length is 1,024 characters. Certain operations allow suffixing of the table ID with a partition decorator, such as sample_table$20190123. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigquery_table#table_id BigqueryTable#table_id}- Returns:
this
-
build
@Stability(Stable) public BigqueryTableTableConstraintsForeignKeysReferencedTable build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<BigqueryTableTableConstraintsForeignKeysReferencedTable>- Returns:
- a new instance of
BigqueryTableTableConstraintsForeignKeysReferencedTable - Throws:
NullPointerException- if any required attribute was not provided
-
-