Class BigqueryJobExtractSourceModel.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.bigquery_job.BigqueryJobExtractSourceModel.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<BigqueryJobExtractSourceModel>
- Enclosing interface:
- BigqueryJobExtractSourceModel
@Stability(Stable) public static final class BigqueryJobExtractSourceModel.Builder extends Object implements software.amazon.jsii.Builder<BigqueryJobExtractSourceModel>
A builder forBigqueryJobExtractSourceModel
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BigqueryJobExtractSourceModelbuild()Builds the configured instance.BigqueryJobExtractSourceModel.BuilderdatasetId(String datasetId)Sets the value ofBigqueryJobExtractSourceModel.getDatasetId()BigqueryJobExtractSourceModel.BuildermodelId(String modelId)Sets the value ofBigqueryJobExtractSourceModel.getModelId()BigqueryJobExtractSourceModel.BuilderprojectId(String projectId)Sets the value ofBigqueryJobExtractSourceModel.getProjectId()
-
-
-
Method Detail
-
datasetId
@Stability(Stable) public BigqueryJobExtractSourceModel.Builder datasetId(String datasetId)
Sets the value ofBigqueryJobExtractSourceModel.getDatasetId()- Parameters:
datasetId- The ID of the dataset containing this model. This parameter is required. 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
-
modelId
@Stability(Stable) public BigqueryJobExtractSourceModel.Builder modelId(String modelId)
Sets the value ofBigqueryJobExtractSourceModel.getModelId()- Parameters:
modelId- The ID of the model. This parameter is required. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigquery_job#model_id BigqueryJob#model_id}- Returns:
this
-
projectId
@Stability(Stable) public BigqueryJobExtractSourceModel.Builder projectId(String projectId)
Sets the value ofBigqueryJobExtractSourceModel.getProjectId()- Parameters:
projectId- The ID of the project containing this model. This parameter is required. 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 BigqueryJobExtractSourceModel build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<BigqueryJobExtractSourceModel>- Returns:
- a new instance of
BigqueryJobExtractSourceModel - Throws:
NullPointerException- if any required attribute was not provided
-
-