Class DataplexTaskNotebookInfrastructureSpecVpcNetwork.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.dataplex_task.DataplexTaskNotebookInfrastructureSpecVpcNetwork.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<DataplexTaskNotebookInfrastructureSpecVpcNetwork>
- Enclosing interface:
- DataplexTaskNotebookInfrastructureSpecVpcNetwork
@Stability(Stable) public static final class DataplexTaskNotebookInfrastructureSpecVpcNetwork.Builder extends Object implements software.amazon.jsii.Builder<DataplexTaskNotebookInfrastructureSpecVpcNetwork>
A builder forDataplexTaskNotebookInfrastructureSpecVpcNetwork
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DataplexTaskNotebookInfrastructureSpecVpcNetworkbuild()Builds the configured instance.DataplexTaskNotebookInfrastructureSpecVpcNetwork.Buildernetwork(String network)Sets the value ofDataplexTaskNotebookInfrastructureSpecVpcNetwork.getNetwork()DataplexTaskNotebookInfrastructureSpecVpcNetwork.BuildernetworkTags(List<String> networkTags)Sets the value ofDataplexTaskNotebookInfrastructureSpecVpcNetwork.getNetworkTags()DataplexTaskNotebookInfrastructureSpecVpcNetwork.BuildersubNetwork(String subNetwork)Sets the value ofDataplexTaskNotebookInfrastructureSpecVpcNetwork.getSubNetwork()
-
-
-
Method Detail
-
network
@Stability(Stable) public DataplexTaskNotebookInfrastructureSpecVpcNetwork.Builder network(String network)
Sets the value ofDataplexTaskNotebookInfrastructureSpecVpcNetwork.getNetwork()- Parameters:
network- The Cloud VPC network in which the job is run. By default, the Cloud VPC network named Default within the project is used. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataplex_task#network DataplexTask#network}- Returns:
this
-
networkTags
@Stability(Stable) public DataplexTaskNotebookInfrastructureSpecVpcNetwork.Builder networkTags(List<String> networkTags)
Sets the value ofDataplexTaskNotebookInfrastructureSpecVpcNetwork.getNetworkTags()- Parameters:
networkTags- List of network tags to apply to the job. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataplex_task#network_tags DataplexTask#network_tags}- Returns:
this
-
subNetwork
@Stability(Stable) public DataplexTaskNotebookInfrastructureSpecVpcNetwork.Builder subNetwork(String subNetwork)
Sets the value ofDataplexTaskNotebookInfrastructureSpecVpcNetwork.getSubNetwork()- Parameters:
subNetwork- The Cloud VPC sub-network in which the job is run. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataplex_task#sub_network DataplexTask#sub_network}- Returns:
this
-
build
@Stability(Stable) public DataplexTaskNotebookInfrastructureSpecVpcNetwork build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<DataplexTaskNotebookInfrastructureSpecVpcNetwork>- Returns:
- a new instance of
DataplexTaskNotebookInfrastructureSpecVpcNetwork - Throws:
NullPointerException- if any required attribute was not provided
-
-