Interface DataprocWorkflowTemplatePlacementClusterSelector
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
DataprocWorkflowTemplatePlacementClusterSelector.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:20.811Z") @Stability(Stable) public interface DataprocWorkflowTemplatePlacementClusterSelector extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classDataprocWorkflowTemplatePlacementClusterSelector.BuilderA builder forDataprocWorkflowTemplatePlacementClusterSelectorstatic classDataprocWorkflowTemplatePlacementClusterSelector.Jsii$ProxyAn implementation forDataprocWorkflowTemplatePlacementClusterSelector
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static DataprocWorkflowTemplatePlacementClusterSelector.Builderbuilder()Map<String,String>getClusterLabels()Required.default StringgetZone()Optional.
-
-
-
Method Detail
-
getClusterLabels
@Stability(Stable) @NotNull Map<String,String> getClusterLabels()
Required. The cluster labels. Cluster must have all labels to match.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataproc_workflow_template#cluster_labels DataprocWorkflowTemplate#cluster_labels}
-
getZone
@Stability(Stable) @Nullable default String getZone()
Optional.The zone where workflow process executes. This parameter does not affect the selection of the cluster. If unspecified, the zone of the first cluster matching the selector is used. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataproc_workflow_template#zone DataprocWorkflowTemplate#zone}
-
builder
@Stability(Stable) static DataprocWorkflowTemplatePlacementClusterSelector.Builder builder()
-
-