Uses of Class
com.hashicorp.cdktf.providers.google.container_aws_node_pool.ContainerAwsNodePoolAutoscaling.Builder
-
Packages that use ContainerAwsNodePoolAutoscaling.Builder Package Description com.hashicorp.cdktf.providers.google.container_aws_node_pool google_container_aws_node_pool -
-
Uses of ContainerAwsNodePoolAutoscaling.Builder in com.hashicorp.cdktf.providers.google.container_aws_node_pool
Methods in com.hashicorp.cdktf.providers.google.container_aws_node_pool that return ContainerAwsNodePoolAutoscaling.Builder Modifier and Type Method Description static ContainerAwsNodePoolAutoscaling.BuilderContainerAwsNodePoolAutoscaling. builder()ContainerAwsNodePoolAutoscaling.BuilderContainerAwsNodePoolAutoscaling.Builder. maxNodeCount(Number maxNodeCount)Sets the value ofContainerAwsNodePoolAutoscaling.getMaxNodeCount()ContainerAwsNodePoolAutoscaling.BuilderContainerAwsNodePoolAutoscaling.Builder. minNodeCount(Number minNodeCount)Sets the value ofContainerAwsNodePoolAutoscaling.getMinNodeCount()Constructors in com.hashicorp.cdktf.providers.google.container_aws_node_pool with parameters of type ContainerAwsNodePoolAutoscaling.Builder Constructor Description Jsii$Proxy(ContainerAwsNodePoolAutoscaling.Builder builder)Constructor that initializes the object based on literal property values passed by theContainerAwsNodePoolAutoscaling.Builder.
-