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