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