Interface DataprocJobReference
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
DataprocJobReference.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:20.742Z") @Stability(Stable) public interface DataprocJobReference extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classDataprocJobReference.BuilderA builder forDataprocJobReferencestatic classDataprocJobReference.Jsii$ProxyAn implementation forDataprocJobReference
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static DataprocJobReference.Builderbuilder()default StringgetJobId()The job ID, which must be unique within the project.
-
-
-
Method Detail
-
getJobId
@Stability(Stable) @Nullable default String getJobId()
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}
-
builder
@Stability(Stable) static DataprocJobReference.Builder builder()
- Returns:
- a
DataprocJobReference.BuilderofDataprocJobReference
-
-