Class ComputeRegionPerInstanceConfigPreservedStateInternalIpIpAddress.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.compute_region_per_instance_config.ComputeRegionPerInstanceConfigPreservedStateInternalIpIpAddress.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<ComputeRegionPerInstanceConfigPreservedStateInternalIpIpAddress>
- Enclosing interface:
- ComputeRegionPerInstanceConfigPreservedStateInternalIpIpAddress
@Stability(Stable) public static final class ComputeRegionPerInstanceConfigPreservedStateInternalIpIpAddress.Builder extends Object implements software.amazon.jsii.Builder<ComputeRegionPerInstanceConfigPreservedStateInternalIpIpAddress>
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ComputeRegionPerInstanceConfigPreservedStateInternalIpIpAddress.Builderaddress(String address)ComputeRegionPerInstanceConfigPreservedStateInternalIpIpAddressbuild()Builds the configured instance.
-
-
-
Method Detail
-
address
@Stability(Stable) public ComputeRegionPerInstanceConfigPreservedStateInternalIpIpAddress.Builder address(String address)
- 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_region_per_instance_config#address ComputeRegionPerInstanceConfig#address}- Returns:
this
-
build
@Stability(Stable) public ComputeRegionPerInstanceConfigPreservedStateInternalIpIpAddress build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<ComputeRegionPerInstanceConfigPreservedStateInternalIpIpAddress>- Returns:
- a new instance of
ComputeRegionPerInstanceConfigPreservedStateInternalIpIpAddress - Throws:
NullPointerException- if any required attribute was not provided
-
-