Class BigqueryDatasetAccessView.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.bigquery_dataset.BigqueryDatasetAccessView.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<BigqueryDatasetAccessView>
- Enclosing interface:
- BigqueryDatasetAccessView
@Stability(Stable) public static final class BigqueryDatasetAccessView.Builder extends Object implements software.amazon.jsii.Builder<BigqueryDatasetAccessView>
A builder forBigqueryDatasetAccessView
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BigqueryDatasetAccessViewbuild()Builds the configured instance.BigqueryDatasetAccessView.BuilderdatasetId(String datasetId)Sets the value ofBigqueryDatasetAccessView.getDatasetId()BigqueryDatasetAccessView.BuilderprojectId(String projectId)Sets the value ofBigqueryDatasetAccessView.getProjectId()BigqueryDatasetAccessView.BuildertableId(String tableId)Sets the value ofBigqueryDatasetAccessView.getTableId()
-
-
-
Method Detail
-
datasetId
@Stability(Stable) public BigqueryDatasetAccessView.Builder datasetId(String datasetId)
Sets the value ofBigqueryDatasetAccessView.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_dataset#dataset_id BigqueryDataset#dataset_id}- Returns:
this
-
projectId
@Stability(Stable) public BigqueryDatasetAccessView.Builder projectId(String projectId)
Sets the value ofBigqueryDatasetAccessView.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_dataset#project_id BigqueryDataset#project_id}- Returns:
this
-
tableId
@Stability(Stable) public BigqueryDatasetAccessView.Builder tableId(String tableId)
Sets the value ofBigqueryDatasetAccessView.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. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigquery_dataset#table_id BigqueryDataset#table_id}- Returns:
this
-
build
@Stability(Stable) public BigqueryDatasetAccessView build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<BigqueryDatasetAccessView>- Returns:
- a new instance of
BigqueryDatasetAccessView - Throws:
NullPointerException- if any required attribute was not provided
-
-