Class AlloydbInstanceNetworkConfigAuthorizedExternalNetworks.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.alloydb_instance.AlloydbInstanceNetworkConfigAuthorizedExternalNetworks.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<AlloydbInstanceNetworkConfigAuthorizedExternalNetworks>
- Enclosing interface:
- AlloydbInstanceNetworkConfigAuthorizedExternalNetworks
@Stability(Stable) public static final class AlloydbInstanceNetworkConfigAuthorizedExternalNetworks.Builder extends Object implements software.amazon.jsii.Builder<AlloydbInstanceNetworkConfigAuthorizedExternalNetworks>
A builder forAlloydbInstanceNetworkConfigAuthorizedExternalNetworks
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AlloydbInstanceNetworkConfigAuthorizedExternalNetworksbuild()Builds the configured instance.AlloydbInstanceNetworkConfigAuthorizedExternalNetworks.BuildercidrRange(String cidrRange)Sets the value ofAlloydbInstanceNetworkConfigAuthorizedExternalNetworks.getCidrRange()
-
-
-
Method Detail
-
cidrRange
@Stability(Stable) public AlloydbInstanceNetworkConfigAuthorizedExternalNetworks.Builder cidrRange(String cidrRange)
Sets the value ofAlloydbInstanceNetworkConfigAuthorizedExternalNetworks.getCidrRange()- Parameters:
cidrRange- CIDR range for one authorized network of the instance. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/alloydb_instance#cidr_range AlloydbInstance#cidr_range}- Returns:
this
-
build
@Stability(Stable) public AlloydbInstanceNetworkConfigAuthorizedExternalNetworks build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<AlloydbInstanceNetworkConfigAuthorizedExternalNetworks>- Returns:
- a new instance of
AlloydbInstanceNetworkConfigAuthorizedExternalNetworks - Throws:
NullPointerException- if any required attribute was not provided
-
-