Uses of Class
com.hashicorp.cdktf.providers.google.dataplex_task.DataplexTaskNotebookInfrastructureSpecVpcNetwork.Builder
-
Packages that use DataplexTaskNotebookInfrastructureSpecVpcNetwork.Builder Package Description com.hashicorp.cdktf.providers.google.dataplex_task google_dataplex_task -
-
Uses of DataplexTaskNotebookInfrastructureSpecVpcNetwork.Builder in com.hashicorp.cdktf.providers.google.dataplex_task
Methods in com.hashicorp.cdktf.providers.google.dataplex_task that return DataplexTaskNotebookInfrastructureSpecVpcNetwork.Builder Modifier and Type Method Description static DataplexTaskNotebookInfrastructureSpecVpcNetwork.BuilderDataplexTaskNotebookInfrastructureSpecVpcNetwork. builder()DataplexTaskNotebookInfrastructureSpecVpcNetwork.BuilderDataplexTaskNotebookInfrastructureSpecVpcNetwork.Builder. network(String network)Sets the value ofDataplexTaskNotebookInfrastructureSpecVpcNetwork.getNetwork()DataplexTaskNotebookInfrastructureSpecVpcNetwork.BuilderDataplexTaskNotebookInfrastructureSpecVpcNetwork.Builder. networkTags(List<String> networkTags)Sets the value ofDataplexTaskNotebookInfrastructureSpecVpcNetwork.getNetworkTags()DataplexTaskNotebookInfrastructureSpecVpcNetwork.BuilderDataplexTaskNotebookInfrastructureSpecVpcNetwork.Builder. subNetwork(String subNetwork)Sets the value ofDataplexTaskNotebookInfrastructureSpecVpcNetwork.getSubNetwork()Constructors in com.hashicorp.cdktf.providers.google.dataplex_task with parameters of type DataplexTaskNotebookInfrastructureSpecVpcNetwork.Builder Constructor Description Jsii$Proxy(DataplexTaskNotebookInfrastructureSpecVpcNetwork.Builder builder)Constructor that initializes the object based on literal property values passed by theDataplexTaskNotebookInfrastructureSpecVpcNetwork.Builder.
-