Class DataprocMetastoreServiceNetworkConfigConsumers.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.dataproc_metastore_service.DataprocMetastoreServiceNetworkConfigConsumers.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<DataprocMetastoreServiceNetworkConfigConsumers>
- Enclosing interface:
- DataprocMetastoreServiceNetworkConfigConsumers
@Stability(Stable) public static final class DataprocMetastoreServiceNetworkConfigConsumers.Builder extends Object implements software.amazon.jsii.Builder<DataprocMetastoreServiceNetworkConfigConsumers>
A builder forDataprocMetastoreServiceNetworkConfigConsumers
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DataprocMetastoreServiceNetworkConfigConsumersbuild()Builds the configured instance.DataprocMetastoreServiceNetworkConfigConsumers.Buildersubnetwork(String subnetwork)Sets the value ofDataprocMetastoreServiceNetworkConfigConsumers.getSubnetwork()
-
-
-
Method Detail
-
subnetwork
@Stability(Stable) public DataprocMetastoreServiceNetworkConfigConsumers.Builder subnetwork(String subnetwork)
Sets the value ofDataprocMetastoreServiceNetworkConfigConsumers.getSubnetwork()- Parameters:
subnetwork- The subnetwork of the customer project from which an IP address is reserved and used as the Dataproc Metastore service's endpoint. This parameter is required. It is accessible to hosts in the subnet and to all hosts in a subnet in the same region and same network. There must be at least one IP address available in the subnet's primary range. The subnet is specified in the following form: 'projects/{projectNumber}/regions/{region_id}/subnetworks/{subnetwork_id} Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataproc_metastore_service#subnetwork DataprocMetastoreService#subnetwork}- Returns:
this
-
build
@Stability(Stable) public DataprocMetastoreServiceNetworkConfigConsumers build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<DataprocMetastoreServiceNetworkConfigConsumers>- Returns:
- a new instance of
DataprocMetastoreServiceNetworkConfigConsumers - Throws:
NullPointerException- if any required attribute was not provided
-
-