Interface DataprocJobPlacement
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
DataprocJobPlacement.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:20.740Z") @Stability(Stable) public interface DataprocJobPlacement extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classDataprocJobPlacement.BuilderA builder forDataprocJobPlacementstatic classDataprocJobPlacement.Jsii$ProxyAn implementation forDataprocJobPlacement
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static DataprocJobPlacement.Builderbuilder()StringgetClusterName()The name of the cluster where the job will be submitted.
-
-
-
Method Detail
-
getClusterName
@Stability(Stable) @NotNull String getClusterName()
The name of the cluster where the job will be submitted.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataproc_job#cluster_name DataprocJob#cluster_name}
-
builder
@Stability(Stable) static DataprocJobPlacement.Builder builder()
- Returns:
- a
DataprocJobPlacement.BuilderofDataprocJobPlacement
-
-