Class DataprocClusterClusterConfigSoftwareConfig.Jsii$Proxy

    • Method Detail

      • getImageVersion

        public final String getImageVersion()
        Description copied from interface: DataprocClusterClusterConfigSoftwareConfig
        The Cloud Dataproc image version to use for the cluster - this controls the sets of software versions installed onto the nodes when you create clusters.

        If not specified, defaults to the latest version. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataproc_cluster#image_version DataprocCluster#image_version}

        Specified by:
        getImageVersion in interface DataprocClusterClusterConfigSoftwareConfig
      • getOverrideProperties

        public final Map<String,​String> getOverrideProperties()
        Description copied from interface: DataprocClusterClusterConfigSoftwareConfig
        A list of override and additional properties (key/value pairs) used to modify various aspects of the common configuration files used when creating a cluster.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataproc_cluster#override_properties DataprocCluster#override_properties}

        Specified by:
        getOverrideProperties in interface DataprocClusterClusterConfigSoftwareConfig
      • $jsii$toJson

        @Internal
        public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
        Specified by:
        $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object