Class DataprocClusterClusterConfigSoftwareConfig.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.dataproc_cluster.DataprocClusterClusterConfigSoftwareConfig.Jsii$Proxy
-
- All Implemented Interfaces:
DataprocClusterClusterConfigSoftwareConfig,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- DataprocClusterClusterConfigSoftwareConfig
@Stability(Stable) @Internal public static final class DataprocClusterClusterConfigSoftwareConfig.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements DataprocClusterClusterConfigSoftwareConfig
An implementation forDataprocClusterClusterConfigSoftwareConfig
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.providers.google.dataproc_cluster.DataprocClusterClusterConfigSoftwareConfig
DataprocClusterClusterConfigSoftwareConfig.Builder, DataprocClusterClusterConfigSoftwareConfig.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(DataprocClusterClusterConfigSoftwareConfig.Builder builder)Constructor that initializes the object based on literal property values passed by theDataprocClusterClusterConfigSoftwareConfig.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)StringgetImageVersion()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.List<String>getOptionalComponents()The set of optional components to activate on the cluster.Map<String,String>getOverrideProperties()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.inthashCode()
-
-
-
Constructor Detail
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
protected Jsii$Proxy(DataprocClusterClusterConfigSoftwareConfig.Builder builder)
Constructor that initializes the object based on literal property values passed by theDataprocClusterClusterConfigSoftwareConfig.Builder.
-
-
Method Detail
-
getImageVersion
public final String getImageVersion()
Description copied from interface:DataprocClusterClusterConfigSoftwareConfigThe 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:
getImageVersionin interfaceDataprocClusterClusterConfigSoftwareConfig
-
getOptionalComponents
public final List<String> getOptionalComponents()
Description copied from interface:DataprocClusterClusterConfigSoftwareConfigThe set of optional components to activate on the cluster.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataproc_cluster#optional_components DataprocCluster#optional_components}
- Specified by:
getOptionalComponentsin interfaceDataprocClusterClusterConfigSoftwareConfig
-
getOverrideProperties
public final Map<String,String> getOverrideProperties()
Description copied from interface:DataprocClusterClusterConfigSoftwareConfigA 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:
getOverridePropertiesin interfaceDataprocClusterClusterConfigSoftwareConfig
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-