Uses of Class
com.hashicorp.cdktf.providers.google.datastream_private_connection.DatastreamPrivateConnectionVpcPeeringConfig.Builder
-
Packages that use DatastreamPrivateConnectionVpcPeeringConfig.Builder Package Description com.hashicorp.cdktf.providers.google.datastream_private_connection google_datastream_private_connection -
-
Uses of DatastreamPrivateConnectionVpcPeeringConfig.Builder in com.hashicorp.cdktf.providers.google.datastream_private_connection
Methods in com.hashicorp.cdktf.providers.google.datastream_private_connection that return DatastreamPrivateConnectionVpcPeeringConfig.Builder Modifier and Type Method Description static DatastreamPrivateConnectionVpcPeeringConfig.BuilderDatastreamPrivateConnectionVpcPeeringConfig. builder()DatastreamPrivateConnectionVpcPeeringConfig.BuilderDatastreamPrivateConnectionVpcPeeringConfig.Builder. subnet(String subnet)Sets the value ofDatastreamPrivateConnectionVpcPeeringConfig.getSubnet()DatastreamPrivateConnectionVpcPeeringConfig.BuilderDatastreamPrivateConnectionVpcPeeringConfig.Builder. vpc(String vpc)Sets the value ofDatastreamPrivateConnectionVpcPeeringConfig.getVpc()Constructors in com.hashicorp.cdktf.providers.google.datastream_private_connection with parameters of type DatastreamPrivateConnectionVpcPeeringConfig.Builder Constructor Description Jsii$Proxy(DatastreamPrivateConnectionVpcPeeringConfig.Builder builder)Constructor that initializes the object based on literal property values passed by theDatastreamPrivateConnectionVpcPeeringConfig.Builder.
-