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