Interface DataprocWorkflowTemplatePlacementManagedClusterConfigSoftwareConfig
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
DataprocWorkflowTemplatePlacementManagedClusterConfigSoftwareConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:20.825Z") @Stability(Stable) public interface DataprocWorkflowTemplatePlacementManagedClusterConfigSoftwareConfig extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classDataprocWorkflowTemplatePlacementManagedClusterConfigSoftwareConfig.Builderstatic classDataprocWorkflowTemplatePlacementManagedClusterConfigSoftwareConfig.Jsii$ProxyAn implementation forDataprocWorkflowTemplatePlacementManagedClusterConfigSoftwareConfig
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static DataprocWorkflowTemplatePlacementManagedClusterConfigSoftwareConfig.Builderbuilder()default StringgetImageVersion()Optional.default List<String>getOptionalComponents()Optional.default Map<String,String>getProperties()Optional.
-
-
-
Method Detail
-
getImageVersion
@Stability(Stable) @Nullable default String getImageVersion()
Optional.The version of software inside the cluster. It must be one of the supported [Dataproc Versions](https://cloud.google.com/dataproc/docs/concepts/versioning/dataproc-versions#supported_dataproc_versions), such as "1.2" (including a subminor version, such as "1.2.29"), or the ["preview" version](https://cloud.google.com/dataproc/docs/concepts/versioning/dataproc-versions#other_versions). If unspecified, it defaults to the latest Debian version. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataproc_workflow_template#image_version DataprocWorkflowTemplate#image_version}
-
getOptionalComponents
@Stability(Stable) @Nullable default List<String> getOptionalComponents()
Optional. The set of components to activate on the cluster.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataproc_workflow_template#optional_components DataprocWorkflowTemplate#optional_components}
-
getProperties
@Stability(Stable) @Nullable default Map<String,String> getProperties()
Optional.The properties to set on daemon config files. Property keys are specified in `prefix:property` format, for example `core:hadoop.tmp.dir`. The following are supported prefixes and their mappings: * capacity-scheduler: `capacity-scheduler.xml` * core: `core-site.xml` * distcp: `distcp-default.xml` * hdfs: `hdfs-site.xml` * hive: `hive-site.xml` * mapred: `mapred-site.xml` * pig: `pig.properties` * spark: `spark-defaults.conf` * yarn: `yarn-site.xml` For more information, see [Cluster properties](https://cloud.google.com/dataproc/docs/concepts/cluster-properties). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataproc_workflow_template#properties DataprocWorkflowTemplate#properties}
-
builder
@Stability(Stable) static DataprocWorkflowTemplatePlacementManagedClusterConfigSoftwareConfig.Builder builder()
-
-