Class BigqueryJob.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.bigquery_job.BigqueryJob.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<BigqueryJob>
- Enclosing class:
- BigqueryJob
@Stability(Stable) public static final class BigqueryJob.Builder extends Object implements software.amazon.jsii.Builder<BigqueryJob>
A fluent builder forBigqueryJob.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description BigqueryJobbuild()BigqueryJob.Builderconnection(com.hashicorp.cdktf.SSHProvisionerConnection connection)BigqueryJob.Builderconnection(com.hashicorp.cdktf.WinrmProvisionerConnection connection)BigqueryJob.Buildercopy(BigqueryJobCopy copy)copy block.BigqueryJob.Buildercount(com.hashicorp.cdktf.TerraformCount count)BigqueryJob.Buildercount(Number count)static BigqueryJob.Buildercreate(software.constructs.Construct scope, String id)BigqueryJob.BuilderdependsOn(List<? extends com.hashicorp.cdktf.ITerraformDependable> dependsOn)BigqueryJob.Builderextract(BigqueryJobExtract extract)extract block.BigqueryJob.BuilderforEach(com.hashicorp.cdktf.ITerraformIterator forEach)BigqueryJob.Builderid(String id)Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigquery_job#id BigqueryJob#id}.BigqueryJob.BuilderjobId(String jobId)The ID of the job.BigqueryJob.BuilderjobTimeoutMs(String jobTimeoutMs)Job timeout in milliseconds.BigqueryJob.Builderlabels(Map<String,String> labels)The labels associated with this job.BigqueryJob.Builderlifecycle(com.hashicorp.cdktf.TerraformResourceLifecycle lifecycle)BigqueryJob.Builderload(BigqueryJobLoad load)load block.BigqueryJob.Builderlocation(String location)The geographic location of the job.BigqueryJob.Builderproject(String project)Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigquery_job#project BigqueryJob#project}.BigqueryJob.Builderprovider(com.hashicorp.cdktf.TerraformProvider provider)BigqueryJob.Builderprovisioners(List<? extends Object> provisioners)BigqueryJob.Builderquery(BigqueryJobQuery query)query block.BigqueryJob.Buildertimeouts(BigqueryJobTimeouts timeouts)timeouts block.
-
-
-
Method Detail
-
create
@Stability(Stable) public static BigqueryJob.Builder create(software.constructs.Construct scope, String id)
- Parameters:
scope- The scope in which to define this construct. This parameter is required.id- The scoped construct ID. This parameter is required.- Returns:
- a new instance of
BigqueryJob.Builder.
-
connection
@Stability(Experimental) public BigqueryJob.Builder connection(com.hashicorp.cdktf.SSHProvisionerConnection connection)
- Parameters:
connection- This parameter is required.- Returns:
this
-
connection
@Stability(Experimental) public BigqueryJob.Builder connection(com.hashicorp.cdktf.WinrmProvisionerConnection connection)
- Parameters:
connection- This parameter is required.- Returns:
this
-
count
@Stability(Experimental) public BigqueryJob.Builder count(Number count)
- Parameters:
count- This parameter is required.- Returns:
this
-
count
@Stability(Experimental) public BigqueryJob.Builder count(com.hashicorp.cdktf.TerraformCount count)
- Parameters:
count- This parameter is required.- Returns:
this
-
dependsOn
@Stability(Experimental) public BigqueryJob.Builder dependsOn(List<? extends com.hashicorp.cdktf.ITerraformDependable> dependsOn)
- Parameters:
dependsOn- This parameter is required.- Returns:
this
-
forEach
@Stability(Experimental) public BigqueryJob.Builder forEach(com.hashicorp.cdktf.ITerraformIterator forEach)
- Parameters:
forEach- This parameter is required.- Returns:
this
-
lifecycle
@Stability(Experimental) public BigqueryJob.Builder lifecycle(com.hashicorp.cdktf.TerraformResourceLifecycle lifecycle)
- Parameters:
lifecycle- This parameter is required.- Returns:
this
-
provider
@Stability(Experimental) public BigqueryJob.Builder provider(com.hashicorp.cdktf.TerraformProvider provider)
- Parameters:
provider- This parameter is required.- Returns:
this
-
provisioners
@Stability(Experimental) public BigqueryJob.Builder provisioners(List<? extends Object> provisioners)
- Parameters:
provisioners- This parameter is required.- Returns:
this
-
jobId
@Stability(Stable) public BigqueryJob.Builder jobId(String jobId)
The ID of the job.The ID must contain only letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-). The maximum length is 1,024 characters. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigquery_job#job_id BigqueryJob#job_id}
- Parameters:
jobId- The ID of the job. This parameter is required.- Returns:
this
-
copy
@Stability(Stable) public BigqueryJob.Builder copy(BigqueryJobCopy copy)
copy block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigquery_job#copy BigqueryJob#copy}
- Parameters:
copy- copy block. This parameter is required.- Returns:
this
-
extract
@Stability(Stable) public BigqueryJob.Builder extract(BigqueryJobExtract extract)
extract block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigquery_job#extract BigqueryJob#extract}
- Parameters:
extract- extract block. This parameter is required.- Returns:
this
-
id
@Stability(Stable) public BigqueryJob.Builder id(String id)
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigquery_job#id BigqueryJob#id}.Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
- Parameters:
id- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigquery_job#id BigqueryJob#id}. This parameter is required.- Returns:
this
-
jobTimeoutMs
@Stability(Stable) public BigqueryJob.Builder jobTimeoutMs(String jobTimeoutMs)
Job timeout in milliseconds. If this time limit is exceeded, BigQuery may attempt to terminate the job.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigquery_job#job_timeout_ms BigqueryJob#job_timeout_ms}
- Parameters:
jobTimeoutMs- Job timeout in milliseconds. If this time limit is exceeded, BigQuery may attempt to terminate the job. This parameter is required.- Returns:
this
-
labels
@Stability(Stable) public BigqueryJob.Builder labels(Map<String,String> labels)
The labels associated with this job. You can use these to organize and group your jobs.**Note**: This field is non-authoritative, and will only manage the labels present in your configuration. Please refer to the field 'effective_labels' for all of the labels present on the resource. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigquery_job#labels BigqueryJob#labels}
- Parameters:
labels- The labels associated with this job. You can use these to organize and group your jobs. This parameter is required.- Returns:
this
-
load
@Stability(Stable) public BigqueryJob.Builder load(BigqueryJobLoad load)
load block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigquery_job#load BigqueryJob#load}
- Parameters:
load- load block. This parameter is required.- Returns:
this
-
location
@Stability(Stable) public BigqueryJob.Builder location(String location)
The geographic location of the job. The default value is US.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigquery_job#location BigqueryJob#location}
- Parameters:
location- The geographic location of the job. The default value is US. This parameter is required.- Returns:
this
-
project
@Stability(Stable) public BigqueryJob.Builder project(String project)
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigquery_job#project BigqueryJob#project}.- Parameters:
project- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigquery_job#project BigqueryJob#project}. This parameter is required.- Returns:
this
-
query
@Stability(Stable) public BigqueryJob.Builder query(BigqueryJobQuery query)
query block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigquery_job#query BigqueryJob#query}
- Parameters:
query- query block. This parameter is required.- Returns:
this
-
timeouts
@Stability(Stable) public BigqueryJob.Builder timeouts(BigqueryJobTimeouts timeouts)
timeouts block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigquery_job#timeouts BigqueryJob#timeouts}
- Parameters:
timeouts- timeouts block. This parameter is required.- Returns:
this
-
build
@Stability(Stable) public BigqueryJob build()
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<BigqueryJob>- Returns:
- a newly built instance of
BigqueryJob.
-
-