Class BigqueryTableTableConstraintsPrimaryKey.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.bigquery_table.BigqueryTableTableConstraintsPrimaryKey.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<BigqueryTableTableConstraintsPrimaryKey>
- Enclosing interface:
- BigqueryTableTableConstraintsPrimaryKey
@Stability(Stable) public static final class BigqueryTableTableConstraintsPrimaryKey.Builder extends Object implements software.amazon.jsii.Builder<BigqueryTableTableConstraintsPrimaryKey>
A builder forBigqueryTableTableConstraintsPrimaryKey
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BigqueryTableTableConstraintsPrimaryKeybuild()Builds the configured instance.BigqueryTableTableConstraintsPrimaryKey.Buildercolumns(List<String> columns)Sets the value ofBigqueryTableTableConstraintsPrimaryKey.getColumns()
-
-
-
Method Detail
-
columns
@Stability(Stable) public BigqueryTableTableConstraintsPrimaryKey.Builder columns(List<String> columns)
Sets the value ofBigqueryTableTableConstraintsPrimaryKey.getColumns()- Parameters:
columns- The columns that are composed of the primary key constraint. This parameter is required. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigquery_table#columns BigqueryTable#columns}- Returns:
this
-
build
@Stability(Stable) public BigqueryTableTableConstraintsPrimaryKey build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<BigqueryTableTableConstraintsPrimaryKey>- Returns:
- a new instance of
BigqueryTableTableConstraintsPrimaryKey - Throws:
NullPointerException- if any required attribute was not provided
-
-