Class ComputePerInstanceConfigPreservedStateInternalIpIpAddress.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.compute_per_instance_config.ComputePerInstanceConfigPreservedStateInternalIpIpAddress.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<ComputePerInstanceConfigPreservedStateInternalIpIpAddress>
- Enclosing interface:
- ComputePerInstanceConfigPreservedStateInternalIpIpAddress
@Stability(Stable) public static final class ComputePerInstanceConfigPreservedStateInternalIpIpAddress.Builder extends Object implements software.amazon.jsii.Builder<ComputePerInstanceConfigPreservedStateInternalIpIpAddress>
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ComputePerInstanceConfigPreservedStateInternalIpIpAddress.Builderaddress(String address)Sets the value ofComputePerInstanceConfigPreservedStateInternalIpIpAddress.getAddress()ComputePerInstanceConfigPreservedStateInternalIpIpAddressbuild()Builds the configured instance.
-
-
-
Method Detail
-
address
@Stability(Stable) public ComputePerInstanceConfigPreservedStateInternalIpIpAddress.Builder address(String address)
Sets the value ofComputePerInstanceConfigPreservedStateInternalIpIpAddress.getAddress()- Parameters:
address- The URL of the reservation for this IP address. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_per_instance_config#address ComputePerInstanceConfig#address}- Returns:
this
-
build
@Stability(Stable) public ComputePerInstanceConfigPreservedStateInternalIpIpAddress build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<ComputePerInstanceConfigPreservedStateInternalIpIpAddress>- Returns:
- a new instance of
ComputePerInstanceConfigPreservedStateInternalIpIpAddress - Throws:
NullPointerException- if any required attribute was not provided
-
-