Class ContainerClusterVerticalPodAutoscaling.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.container_cluster.ContainerClusterVerticalPodAutoscaling.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<ContainerClusterVerticalPodAutoscaling>
- Enclosing interface:
- ContainerClusterVerticalPodAutoscaling
@Stability(Stable) public static final class ContainerClusterVerticalPodAutoscaling.Builder extends Object implements software.amazon.jsii.Builder<ContainerClusterVerticalPodAutoscaling>
A builder forContainerClusterVerticalPodAutoscaling
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ContainerClusterVerticalPodAutoscalingbuild()Builds the configured instance.ContainerClusterVerticalPodAutoscaling.Builderenabled(com.hashicorp.cdktf.IResolvable enabled)Sets the value ofContainerClusterVerticalPodAutoscaling.getEnabled()ContainerClusterVerticalPodAutoscaling.Builderenabled(Boolean enabled)Sets the value ofContainerClusterVerticalPodAutoscaling.getEnabled()
-
-
-
Method Detail
-
enabled
@Stability(Stable) public ContainerClusterVerticalPodAutoscaling.Builder enabled(Boolean enabled)
Sets the value ofContainerClusterVerticalPodAutoscaling.getEnabled()- Parameters:
enabled- Enables vertical pod autoscaling. This parameter is required. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_cluster#enabled ContainerCluster#enabled}- Returns:
this
-
enabled
@Stability(Stable) public ContainerClusterVerticalPodAutoscaling.Builder enabled(com.hashicorp.cdktf.IResolvable enabled)
Sets the value ofContainerClusterVerticalPodAutoscaling.getEnabled()- Parameters:
enabled- Enables vertical pod autoscaling. This parameter is required. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_cluster#enabled ContainerCluster#enabled}- Returns:
this
-
build
@Stability(Stable) public ContainerClusterVerticalPodAutoscaling build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<ContainerClusterVerticalPodAutoscaling>- Returns:
- a new instance of
ContainerClusterVerticalPodAutoscaling - Throws:
NullPointerException- if any required attribute was not provided
-
-