Class BigqueryJobCopySourceTables.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.bigquery_job.BigqueryJobCopySourceTables.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<BigqueryJobCopySourceTables>
- Enclosing interface:
- BigqueryJobCopySourceTables
@Stability(Stable) public static final class BigqueryJobCopySourceTables.Builder extends Object implements software.amazon.jsii.Builder<BigqueryJobCopySourceTables>
A builder forBigqueryJobCopySourceTables
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BigqueryJobCopySourceTablesbuild()Builds the configured instance.BigqueryJobCopySourceTables.BuilderdatasetId(String datasetId)Sets the value ofBigqueryJobCopySourceTables.getDatasetId()BigqueryJobCopySourceTables.BuilderprojectId(String projectId)Sets the value ofBigqueryJobCopySourceTables.getProjectId()BigqueryJobCopySourceTables.BuildertableId(String tableId)Sets the value ofBigqueryJobCopySourceTables.getTableId()
-
-
-
Method Detail
-
tableId
@Stability(Stable) public BigqueryJobCopySourceTables.Builder tableId(String tableId)
Sets the value ofBigqueryJobCopySourceTables.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 BigqueryJobCopySourceTables.Builder datasetId(String datasetId)
Sets the value ofBigqueryJobCopySourceTables.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 BigqueryJobCopySourceTables.Builder projectId(String projectId)
Sets the value ofBigqueryJobCopySourceTables.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 BigqueryJobCopySourceTables build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<BigqueryJobCopySourceTables>- Returns:
- a new instance of
BigqueryJobCopySourceTables - Throws:
NullPointerException- if any required attribute was not provided
-
-