Class VpcAccessConnectorSubnet.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • name

        @Stability(Stable)
        public VpcAccessConnectorSubnet.Builder name​(String name)
        Parameters:
        name - Subnet name (relative, not fully qualified). E.g. if the full subnet selfLink is https://compute.googleapis.com/compute/v1/projects/{project}/regions/{region}/subnetworks/{subnetName} the correct input for this field would be {subnetName}" Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/vpc_access_connector#name VpcAccessConnector#name}
        Returns:
        this
      • projectId

        @Stability(Stable)
        public VpcAccessConnectorSubnet.Builder projectId​(String projectId)
        Parameters:
        projectId - Project in which the subnet exists. If not set, this project is assumed to be the project for which the connector create request was issued. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/vpc_access_connector#project_id VpcAccessConnector#project_id}
        Returns:
        this