Class EdgecontainerVpnConnectionVpcProject.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.edgecontainer_vpn_connection.EdgecontainerVpnConnectionVpcProject.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<EdgecontainerVpnConnectionVpcProject>
- Enclosing interface:
- EdgecontainerVpnConnectionVpcProject
@Stability(Stable) public static final class EdgecontainerVpnConnectionVpcProject.Builder extends Object implements software.amazon.jsii.Builder<EdgecontainerVpnConnectionVpcProject>
A builder forEdgecontainerVpnConnectionVpcProject
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EdgecontainerVpnConnectionVpcProjectbuild()Builds the configured instance.EdgecontainerVpnConnectionVpcProject.BuilderprojectId(String projectId)Sets the value ofEdgecontainerVpnConnectionVpcProject.getProjectId()
-
-
-
Method Detail
-
projectId
@Stability(Stable) public EdgecontainerVpnConnectionVpcProject.Builder projectId(String projectId)
Sets the value ofEdgecontainerVpnConnectionVpcProject.getProjectId()- Parameters:
projectId- The project of the VPC to connect to. If not specified, it is the same as the cluster project. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/edgecontainer_vpn_connection#project_id EdgecontainerVpnConnection#project_id}- Returns:
this
-
build
@Stability(Stable) public EdgecontainerVpnConnectionVpcProject build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<EdgecontainerVpnConnectionVpcProject>- Returns:
- a new instance of
EdgecontainerVpnConnectionVpcProject - Throws:
NullPointerException- if any required attribute was not provided
-
-