Class BigqueryJobExtractSourceTable.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.bigquery_job.BigqueryJobExtractSourceTable.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<BigqueryJobExtractSourceTable>
- Enclosing interface:
- BigqueryJobExtractSourceTable
@Stability(Stable) public static final class BigqueryJobExtractSourceTable.Builder extends Object implements software.amazon.jsii.Builder<BigqueryJobExtractSourceTable>
A builder forBigqueryJobExtractSourceTable
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BigqueryJobExtractSourceTablebuild()Builds the configured instance.BigqueryJobExtractSourceTable.BuilderdatasetId(String datasetId)Sets the value ofBigqueryJobExtractSourceTable.getDatasetId()BigqueryJobExtractSourceTable.BuilderprojectId(String projectId)Sets the value ofBigqueryJobExtractSourceTable.getProjectId()BigqueryJobExtractSourceTable.BuildertableId(String tableId)Sets the value ofBigqueryJobExtractSourceTable.getTableId()
-
-
-
Method Detail
-
tableId
@Stability(Stable) public BigqueryJobExtractSourceTable.Builder tableId(String tableId)
Sets the value ofBigqueryJobExtractSourceTable.getTableId()- Parameters:
tableId- The table. Can be specified '{{table_id}}' if 'project_id' and 'dataset_id' are also set, or of the form 'projects/{{project}}/datasets/{{dataset_id}}/tables/{{table_id}}' if not. This parameter is required. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigquery_job#table_id BigqueryJob#table_id}- Returns:
this
-
datasetId
@Stability(Stable) public BigqueryJobExtractSourceTable.Builder datasetId(String datasetId)
Sets the value ofBigqueryJobExtractSourceTable.getDatasetId()- Parameters:
datasetId- The ID of the dataset containing this table. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigquery_job#dataset_id BigqueryJob#dataset_id}- Returns:
this
-
projectId
@Stability(Stable) public BigqueryJobExtractSourceTable.Builder projectId(String projectId)
Sets the value ofBigqueryJobExtractSourceTable.getProjectId()- Parameters:
projectId- The ID of the project containing this table. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigquery_job#project_id BigqueryJob#project_id}- Returns:
this
-
build
@Stability(Stable) public BigqueryJobExtractSourceTable build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<BigqueryJobExtractSourceTable>- Returns:
- a new instance of
BigqueryJobExtractSourceTable - Throws:
NullPointerException- if any required attribute was not provided
-
-