Class ComputePacketMirroringNetwork.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.compute_packet_mirroring.ComputePacketMirroringNetwork.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<ComputePacketMirroringNetwork>
- Enclosing interface:
- ComputePacketMirroringNetwork
@Stability(Stable) public static final class ComputePacketMirroringNetwork.Builder extends Object implements software.amazon.jsii.Builder<ComputePacketMirroringNetwork>
A builder forComputePacketMirroringNetwork
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ComputePacketMirroringNetworkbuild()Builds the configured instance.ComputePacketMirroringNetwork.Builderurl(String url)Sets the value ofComputePacketMirroringNetwork.getUrl()
-
-
-
Method Detail
-
url
@Stability(Stable) public ComputePacketMirroringNetwork.Builder url(String url)
Sets the value ofComputePacketMirroringNetwork.getUrl()- Parameters:
url- The full self_link URL of the network where this rule is active. This parameter is required. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_packet_mirroring#url ComputePacketMirroring#url}- Returns:
this
-
build
@Stability(Stable) public ComputePacketMirroringNetwork build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<ComputePacketMirroringNetwork>- Returns:
- a new instance of
ComputePacketMirroringNetwork - Throws:
NullPointerException- if any required attribute was not provided
-
-