Uses of Class
com.hashicorp.cdktf.providers.google.dataproc_autoscaling_policy.DataprocAutoscalingPolicyWorkerConfig.Builder
-
Packages that use DataprocAutoscalingPolicyWorkerConfig.Builder Package Description com.hashicorp.cdktf.providers.google.dataproc_autoscaling_policy google_dataproc_autoscaling_policy -
-
Uses of DataprocAutoscalingPolicyWorkerConfig.Builder in com.hashicorp.cdktf.providers.google.dataproc_autoscaling_policy
Methods in com.hashicorp.cdktf.providers.google.dataproc_autoscaling_policy that return DataprocAutoscalingPolicyWorkerConfig.Builder Modifier and Type Method Description static DataprocAutoscalingPolicyWorkerConfig.BuilderDataprocAutoscalingPolicyWorkerConfig. builder()DataprocAutoscalingPolicyWorkerConfig.BuilderDataprocAutoscalingPolicyWorkerConfig.Builder. maxInstances(Number maxInstances)Sets the value ofDataprocAutoscalingPolicyWorkerConfig.getMaxInstances()DataprocAutoscalingPolicyWorkerConfig.BuilderDataprocAutoscalingPolicyWorkerConfig.Builder. minInstances(Number minInstances)Sets the value ofDataprocAutoscalingPolicyWorkerConfig.getMinInstances()DataprocAutoscalingPolicyWorkerConfig.BuilderDataprocAutoscalingPolicyWorkerConfig.Builder. weight(Number weight)Sets the value ofDataprocAutoscalingPolicyWorkerConfig.getWeight()Constructors in com.hashicorp.cdktf.providers.google.dataproc_autoscaling_policy with parameters of type DataprocAutoscalingPolicyWorkerConfig.Builder Constructor Description Jsii$Proxy(DataprocAutoscalingPolicyWorkerConfig.Builder builder)Constructor that initializes the object based on literal property values passed by theDataprocAutoscalingPolicyWorkerConfig.Builder.
-