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