Class ContainerAwsNodePoolTimeouts.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.container_aws_node_pool.ContainerAwsNodePoolTimeouts.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<ContainerAwsNodePoolTimeouts>
- Enclosing interface:
- ContainerAwsNodePoolTimeouts
@Stability(Stable) public static final class ContainerAwsNodePoolTimeouts.Builder extends Object implements software.amazon.jsii.Builder<ContainerAwsNodePoolTimeouts>
A builder forContainerAwsNodePoolTimeouts
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ContainerAwsNodePoolTimeoutsbuild()Builds the configured instance.ContainerAwsNodePoolTimeouts.Buildercreate(String create)Sets the value ofContainerAwsNodePoolTimeouts.getCreate()ContainerAwsNodePoolTimeouts.Builderdelete(String delete)Sets the value ofContainerAwsNodePoolTimeouts.getDelete()ContainerAwsNodePoolTimeouts.Builderupdate(String update)Sets the value ofContainerAwsNodePoolTimeouts.getUpdate()
-
-
-
Method Detail
-
create
@Stability(Stable) public ContainerAwsNodePoolTimeouts.Builder create(String create)
Sets the value ofContainerAwsNodePoolTimeouts.getCreate()- Parameters:
create- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_aws_node_pool#create ContainerAwsNodePool#create}.- Returns:
this
-
delete
@Stability(Stable) public ContainerAwsNodePoolTimeouts.Builder delete(String delete)
Sets the value ofContainerAwsNodePoolTimeouts.getDelete()- Parameters:
delete- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_aws_node_pool#delete ContainerAwsNodePool#delete}.- Returns:
this
-
update
@Stability(Stable) public ContainerAwsNodePoolTimeouts.Builder update(String update)
Sets the value ofContainerAwsNodePoolTimeouts.getUpdate()- Parameters:
update- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_aws_node_pool#update ContainerAwsNodePool#update}.- Returns:
this
-
build
@Stability(Stable) public ContainerAwsNodePoolTimeouts build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<ContainerAwsNodePoolTimeouts>- Returns:
- a new instance of
ContainerAwsNodePoolTimeouts - Throws:
NullPointerException- if any required attribute was not provided
-
-