Class DataplexTaskSparkInfrastructureSpecVpcNetwork.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.dataplex_task.DataplexTaskSparkInfrastructureSpecVpcNetwork.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<DataplexTaskSparkInfrastructureSpecVpcNetwork>
- Enclosing interface:
- DataplexTaskSparkInfrastructureSpecVpcNetwork
@Stability(Stable) public static final class DataplexTaskSparkInfrastructureSpecVpcNetwork.Builder extends Object implements software.amazon.jsii.Builder<DataplexTaskSparkInfrastructureSpecVpcNetwork>
A builder forDataplexTaskSparkInfrastructureSpecVpcNetwork
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DataplexTaskSparkInfrastructureSpecVpcNetworkbuild()Builds the configured instance.DataplexTaskSparkInfrastructureSpecVpcNetwork.Buildernetwork(String network)Sets the value ofDataplexTaskSparkInfrastructureSpecVpcNetwork.getNetwork()DataplexTaskSparkInfrastructureSpecVpcNetwork.BuildernetworkTags(List<String> networkTags)Sets the value ofDataplexTaskSparkInfrastructureSpecVpcNetwork.getNetworkTags()DataplexTaskSparkInfrastructureSpecVpcNetwork.BuildersubNetwork(String subNetwork)Sets the value ofDataplexTaskSparkInfrastructureSpecVpcNetwork.getSubNetwork()
-
-
-
Method Detail
-
network
@Stability(Stable) public DataplexTaskSparkInfrastructureSpecVpcNetwork.Builder network(String network)
Sets the value ofDataplexTaskSparkInfrastructureSpecVpcNetwork.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 DataplexTaskSparkInfrastructureSpecVpcNetwork.Builder networkTags(List<String> networkTags)
Sets the value ofDataplexTaskSparkInfrastructureSpecVpcNetwork.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 DataplexTaskSparkInfrastructureSpecVpcNetwork.Builder subNetwork(String subNetwork)
Sets the value ofDataplexTaskSparkInfrastructureSpecVpcNetwork.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 DataplexTaskSparkInfrastructureSpecVpcNetwork build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<DataplexTaskSparkInfrastructureSpecVpcNetwork>- Returns:
- a new instance of
DataplexTaskSparkInfrastructureSpecVpcNetwork - Throws:
NullPointerException- if any required attribute was not provided
-
-