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