Class ContainerNodePoolManagement.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.container_node_pool.ContainerNodePoolManagement.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<ContainerNodePoolManagement>
- Enclosing interface:
- ContainerNodePoolManagement
@Stability(Stable) public static final class ContainerNodePoolManagement.Builder extends Object implements software.amazon.jsii.Builder<ContainerNodePoolManagement>
A builder forContainerNodePoolManagement
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ContainerNodePoolManagement.BuilderautoRepair(com.hashicorp.cdktf.IResolvable autoRepair)Sets the value ofContainerNodePoolManagement.getAutoRepair()ContainerNodePoolManagement.BuilderautoRepair(Boolean autoRepair)Sets the value ofContainerNodePoolManagement.getAutoRepair()ContainerNodePoolManagement.BuilderautoUpgrade(com.hashicorp.cdktf.IResolvable autoUpgrade)Sets the value ofContainerNodePoolManagement.getAutoUpgrade()ContainerNodePoolManagement.BuilderautoUpgrade(Boolean autoUpgrade)Sets the value ofContainerNodePoolManagement.getAutoUpgrade()ContainerNodePoolManagementbuild()Builds the configured instance.
-
-
-
Method Detail
-
autoRepair
@Stability(Stable) public ContainerNodePoolManagement.Builder autoRepair(Boolean autoRepair)
Sets the value ofContainerNodePoolManagement.getAutoRepair()- Parameters:
autoRepair- Whether the nodes will be automatically repaired. Enabled by default. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_node_pool#auto_repair ContainerNodePool#auto_repair}- Returns:
this
-
autoRepair
@Stability(Stable) public ContainerNodePoolManagement.Builder autoRepair(com.hashicorp.cdktf.IResolvable autoRepair)
Sets the value ofContainerNodePoolManagement.getAutoRepair()- Parameters:
autoRepair- Whether the nodes will be automatically repaired. Enabled by default. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_node_pool#auto_repair ContainerNodePool#auto_repair}- Returns:
this
-
autoUpgrade
@Stability(Stable) public ContainerNodePoolManagement.Builder autoUpgrade(Boolean autoUpgrade)
Sets the value ofContainerNodePoolManagement.getAutoUpgrade()- Parameters:
autoUpgrade- Whether the nodes will be automatically upgraded. Enabled by default. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_node_pool#auto_upgrade ContainerNodePool#auto_upgrade}- Returns:
this
-
autoUpgrade
@Stability(Stable) public ContainerNodePoolManagement.Builder autoUpgrade(com.hashicorp.cdktf.IResolvable autoUpgrade)
Sets the value ofContainerNodePoolManagement.getAutoUpgrade()- Parameters:
autoUpgrade- Whether the nodes will be automatically upgraded. Enabled by default. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_node_pool#auto_upgrade ContainerNodePool#auto_upgrade}- Returns:
this
-
build
@Stability(Stable) public ContainerNodePoolManagement build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<ContainerNodePoolManagement>- Returns:
- a new instance of
ContainerNodePoolManagement - Throws:
NullPointerException- if any required attribute was not provided
-
-