Class DataprocClusterClusterConfigMetastoreConfig.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.dataproc_cluster.DataprocClusterClusterConfigMetastoreConfig.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<DataprocClusterClusterConfigMetastoreConfig>
- Enclosing interface:
- DataprocClusterClusterConfigMetastoreConfig
@Stability(Stable) public static final class DataprocClusterClusterConfigMetastoreConfig.Builder extends Object implements software.amazon.jsii.Builder<DataprocClusterClusterConfigMetastoreConfig>
A builder forDataprocClusterClusterConfigMetastoreConfig
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DataprocClusterClusterConfigMetastoreConfigbuild()Builds the configured instance.DataprocClusterClusterConfigMetastoreConfig.BuilderdataprocMetastoreService(String dataprocMetastoreService)
-
-
-
Method Detail
-
dataprocMetastoreService
@Stability(Stable) public DataprocClusterClusterConfigMetastoreConfig.Builder dataprocMetastoreService(String dataprocMetastoreService)
- Parameters:
dataprocMetastoreService- Resource name of an existing Dataproc Metastore service. This parameter is required. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataproc_cluster#dataproc_metastore_service DataprocCluster#dataproc_metastore_service}- Returns:
this
-
build
@Stability(Stable) public DataprocClusterClusterConfigMetastoreConfig build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<DataprocClusterClusterConfigMetastoreConfig>- Returns:
- a new instance of
DataprocClusterClusterConfigMetastoreConfig - Throws:
NullPointerException- if any required attribute was not provided
-
-