Interface DataprocClusterVirtualClusterConfigKubernetesClusterConfigKubernetesSoftwareConfig
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
DataprocClusterVirtualClusterConfigKubernetesClusterConfigKubernetesSoftwareConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:20.723Z") @Stability(Stable) public interface DataprocClusterVirtualClusterConfigKubernetesClusterConfigKubernetesSoftwareConfig extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classDataprocClusterVirtualClusterConfigKubernetesClusterConfigKubernetesSoftwareConfig.Builderstatic classDataprocClusterVirtualClusterConfigKubernetesClusterConfigKubernetesSoftwareConfig.Jsii$ProxyAn implementation forDataprocClusterVirtualClusterConfigKubernetesClusterConfigKubernetesSoftwareConfig
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static DataprocClusterVirtualClusterConfigKubernetesClusterConfigKubernetesSoftwareConfig.Builderbuilder()Map<String,String>getComponentVersion()The components that should be installed in this Dataproc cluster.default Map<String,String>getProperties()The properties to set on daemon config files.
-
-
-
Method Detail
-
getComponentVersion
@Stability(Stable) @NotNull Map<String,String> getComponentVersion()
The components that should be installed in this Dataproc cluster.The key must be a string from the KubernetesComponent enumeration. The value is the version of the software to be installed. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataproc_cluster#component_version DataprocCluster#component_version}
-
getProperties
@Stability(Stable) @Nullable default Map<String,String> getProperties()
The properties to set on daemon config files. Property keys are specified in prefix:property format, for example spark:spark.kubernetes.container.image.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataproc_cluster#properties DataprocCluster#properties}
-
builder
@Stability(Stable) static DataprocClusterVirtualClusterConfigKubernetesClusterConfigKubernetesSoftwareConfig.Builder builder()
-
-