Class ContainerAwsNodePoolManagement.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.container_aws_node_pool.ContainerAwsNodePoolManagement.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<ContainerAwsNodePoolManagement>
- Enclosing interface:
- ContainerAwsNodePoolManagement
@Stability(Stable) public static final class ContainerAwsNodePoolManagement.Builder extends Object implements software.amazon.jsii.Builder<ContainerAwsNodePoolManagement>
A builder forContainerAwsNodePoolManagement
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ContainerAwsNodePoolManagement.BuilderautoRepair(com.hashicorp.cdktf.IResolvable autoRepair)Sets the value ofContainerAwsNodePoolManagement.getAutoRepair()ContainerAwsNodePoolManagement.BuilderautoRepair(Boolean autoRepair)Sets the value ofContainerAwsNodePoolManagement.getAutoRepair()ContainerAwsNodePoolManagementbuild()Builds the configured instance.
-
-
-
Method Detail
-
autoRepair
@Stability(Stable) public ContainerAwsNodePoolManagement.Builder autoRepair(Boolean autoRepair)
Sets the value ofContainerAwsNodePoolManagement.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_aws_node_pool#auto_repair ContainerAwsNodePool#auto_repair}- Returns:
this
-
autoRepair
@Stability(Stable) public ContainerAwsNodePoolManagement.Builder autoRepair(com.hashicorp.cdktf.IResolvable autoRepair)
Sets the value ofContainerAwsNodePoolManagement.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_aws_node_pool#auto_repair ContainerAwsNodePool#auto_repair}- Returns:
this
-
build
@Stability(Stable) public ContainerAwsNodePoolManagement build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<ContainerAwsNodePoolManagement>- Returns:
- a new instance of
ContainerAwsNodePoolManagement - Throws:
NullPointerException- if any required attribute was not provided
-
-