Interface DataprocClusterClusterConfigGceClusterConfigNodeGroupAffinity
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
DataprocClusterClusterConfigGceClusterConfigNodeGroupAffinity.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:20.700Z") @Stability(Stable) public interface DataprocClusterClusterConfigGceClusterConfigNodeGroupAffinity extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classDataprocClusterClusterConfigGceClusterConfigNodeGroupAffinity.Builderstatic classDataprocClusterClusterConfigGceClusterConfigNodeGroupAffinity.Jsii$ProxyAn implementation forDataprocClusterClusterConfigGceClusterConfigNodeGroupAffinity
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static DataprocClusterClusterConfigGceClusterConfigNodeGroupAffinity.Builderbuilder()StringgetNodeGroupUri()The URI of a sole-tenant that the cluster will be created on.
-
-
-
Method Detail
-
getNodeGroupUri
@Stability(Stable) @NotNull String getNodeGroupUri()
The URI of a sole-tenant that the cluster will be created on.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataproc_cluster#node_group_uri DataprocCluster#node_group_uri}
-
builder
@Stability(Stable) static DataprocClusterClusterConfigGceClusterConfigNodeGroupAffinity.Builder builder()
-
-