Class DataprocJobReference.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.dataproc_job.DataprocJobReference.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<DataprocJobReference>
- Enclosing interface:
- DataprocJobReference
@Stability(Stable) public static final class DataprocJobReference.Builder extends Object implements software.amazon.jsii.Builder<DataprocJobReference>
A builder forDataprocJobReference
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DataprocJobReferencebuild()Builds the configured instance.DataprocJobReference.BuilderjobId(String jobId)Sets the value ofDataprocJobReference.getJobId()
-
-
-
Method Detail
-
jobId
@Stability(Stable) public DataprocJobReference.Builder jobId(String jobId)
Sets the value ofDataprocJobReference.getJobId()- Parameters:
jobId- The job ID, which must be unique within the project. The job ID is generated by the server upon job submission or provided by the user as a means to perform retries without creating duplicate jobs Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataproc_job#job_id DataprocJob#job_id}- Returns:
this
-
build
@Stability(Stable) public DataprocJobReference build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<DataprocJobReference>- Returns:
- a new instance of
DataprocJobReference - Throws:
NullPointerException- if any required attribute was not provided
-
-