Class AccessContextManagerAccessLevelConditionVpcNetworkSourcesVpcSubnetwork.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.access_context_manager_access_level_condition.AccessContextManagerAccessLevelConditionVpcNetworkSourcesVpcSubnetwork.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<AccessContextManagerAccessLevelConditionVpcNetworkSourcesVpcSubnetwork>
- Enclosing interface:
- AccessContextManagerAccessLevelConditionVpcNetworkSourcesVpcSubnetwork
@Stability(Stable) public static final class AccessContextManagerAccessLevelConditionVpcNetworkSourcesVpcSubnetwork.Builder extends Object implements software.amazon.jsii.Builder<AccessContextManagerAccessLevelConditionVpcNetworkSourcesVpcSubnetwork>
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AccessContextManagerAccessLevelConditionVpcNetworkSourcesVpcSubnetworkbuild()Builds the configured instance.AccessContextManagerAccessLevelConditionVpcNetworkSourcesVpcSubnetwork.Buildernetwork(String network)AccessContextManagerAccessLevelConditionVpcNetworkSourcesVpcSubnetwork.BuildervpcIpSubnetworks(List<String> vpcIpSubnetworks)
-
-
-
Method Detail
-
network
@Stability(Stable) public AccessContextManagerAccessLevelConditionVpcNetworkSourcesVpcSubnetwork.Builder network(String network)
Sets the value ofAccessContextManagerAccessLevelConditionVpcNetworkSourcesVpcSubnetwork.getNetwork()- Parameters:
network- Required. This parameter is required. Network name to be allowed by this Access Level. Networks of foreign organizations requires 'compute.network.get' permission to be granted to caller. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/access_context_manager_access_level_condition#network AccessContextManagerAccessLevelCondition#network}- Returns:
this
-
vpcIpSubnetworks
@Stability(Stable) public AccessContextManagerAccessLevelConditionVpcNetworkSourcesVpcSubnetwork.Builder vpcIpSubnetworks(List<String> vpcIpSubnetworks)
Sets the value ofAccessContextManagerAccessLevelConditionVpcNetworkSourcesVpcSubnetwork.getVpcIpSubnetworks()- Parameters:
vpcIpSubnetworks- CIDR block IP subnetwork specification. Must be IPv4. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/access_context_manager_access_level_condition#vpc_ip_subnetworks AccessContextManagerAccessLevelCondition#vpc_ip_subnetworks}- Returns:
this
-
build
@Stability(Stable) public AccessContextManagerAccessLevelConditionVpcNetworkSourcesVpcSubnetwork build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<AccessContextManagerAccessLevelConditionVpcNetworkSourcesVpcSubnetwork>- Returns:
- a new instance of
AccessContextManagerAccessLevelConditionVpcNetworkSourcesVpcSubnetwork - Throws:
NullPointerException- if any required attribute was not provided
-
-