Uses of Class
com.hashicorp.cdktf.providers.google.dataproc_cluster.DataprocClusterClusterConfigSoftwareConfig.Builder
-
Packages that use DataprocClusterClusterConfigSoftwareConfig.Builder Package Description com.hashicorp.cdktf.providers.google.dataproc_cluster google_dataproc_cluster -
-
Uses of DataprocClusterClusterConfigSoftwareConfig.Builder in com.hashicorp.cdktf.providers.google.dataproc_cluster
Methods in com.hashicorp.cdktf.providers.google.dataproc_cluster that return DataprocClusterClusterConfigSoftwareConfig.Builder Modifier and Type Method Description static DataprocClusterClusterConfigSoftwareConfig.BuilderDataprocClusterClusterConfigSoftwareConfig. builder()DataprocClusterClusterConfigSoftwareConfig.BuilderDataprocClusterClusterConfigSoftwareConfig.Builder. imageVersion(String imageVersion)Sets the value ofDataprocClusterClusterConfigSoftwareConfig.getImageVersion()DataprocClusterClusterConfigSoftwareConfig.BuilderDataprocClusterClusterConfigSoftwareConfig.Builder. optionalComponents(List<String> optionalComponents)Sets the value ofDataprocClusterClusterConfigSoftwareConfig.getOptionalComponents()DataprocClusterClusterConfigSoftwareConfig.BuilderDataprocClusterClusterConfigSoftwareConfig.Builder. overrideProperties(Map<String,String> overrideProperties)Sets the value ofDataprocClusterClusterConfigSoftwareConfig.getOverrideProperties()Constructors in com.hashicorp.cdktf.providers.google.dataproc_cluster with parameters of type DataprocClusterClusterConfigSoftwareConfig.Builder Constructor Description Jsii$Proxy(DataprocClusterClusterConfigSoftwareConfig.Builder builder)Constructor that initializes the object based on literal property values passed by theDataprocClusterClusterConfigSoftwareConfig.Builder.
-