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