Class BigqueryBiReservationPreferredTables.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.bigquery_bi_reservation.BigqueryBiReservationPreferredTables.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<BigqueryBiReservationPreferredTables>
- Enclosing interface:
- BigqueryBiReservationPreferredTables
@Stability(Stable) public static final class BigqueryBiReservationPreferredTables.Builder extends Object implements software.amazon.jsii.Builder<BigqueryBiReservationPreferredTables>
A builder forBigqueryBiReservationPreferredTables
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BigqueryBiReservationPreferredTablesbuild()Builds the configured instance.BigqueryBiReservationPreferredTables.BuilderdatasetId(String datasetId)Sets the value ofBigqueryBiReservationPreferredTables.getDatasetId()BigqueryBiReservationPreferredTables.BuilderprojectId(String projectId)Sets the value ofBigqueryBiReservationPreferredTables.getProjectId()BigqueryBiReservationPreferredTables.BuildertableId(String tableId)Sets the value ofBigqueryBiReservationPreferredTables.getTableId()
-
-
-
Method Detail
-
datasetId
@Stability(Stable) public BigqueryBiReservationPreferredTables.Builder datasetId(String datasetId)
Sets the value ofBigqueryBiReservationPreferredTables.getDatasetId()- Parameters:
datasetId- The ID of the dataset in the above project. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigquery_bi_reservation#dataset_id BigqueryBiReservation#dataset_id}- Returns:
this
-
projectId
@Stability(Stable) public BigqueryBiReservationPreferredTables.Builder projectId(String projectId)
Sets the value ofBigqueryBiReservationPreferredTables.getProjectId()- Parameters:
projectId- The assigned project ID of the project. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigquery_bi_reservation#project_id BigqueryBiReservation#project_id}- Returns:
this
-
tableId
@Stability(Stable) public BigqueryBiReservationPreferredTables.Builder tableId(String tableId)
Sets the value ofBigqueryBiReservationPreferredTables.getTableId()- Parameters:
tableId- The ID of the table in the above dataset. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigquery_bi_reservation#table_id BigqueryBiReservation#table_id}- Returns:
this
-
build
@Stability(Stable) public BigqueryBiReservationPreferredTables build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<BigqueryBiReservationPreferredTables>- Returns:
- a new instance of
BigqueryBiReservationPreferredTables - Throws:
NullPointerException- if any required attribute was not provided
-
-