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