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