Class DataplexLakeMetastore.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.dataplex_lake.DataplexLakeMetastore.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<DataplexLakeMetastore>
- Enclosing interface:
- DataplexLakeMetastore
@Stability(Stable) public static final class DataplexLakeMetastore.Builder extends Object implements software.amazon.jsii.Builder<DataplexLakeMetastore>
A builder forDataplexLakeMetastore
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DataplexLakeMetastorebuild()Builds the configured instance.DataplexLakeMetastore.Builderservice(String service)Sets the value ofDataplexLakeMetastore.getService()
-
-
-
Method Detail
-
service
@Stability(Stable) public DataplexLakeMetastore.Builder service(String service)
Sets the value ofDataplexLakeMetastore.getService()- Parameters:
service- Optional. A relative reference to the Dataproc Metastore (https://cloud.google.com/dataproc-metastore/docs) service associated with the lake:projects/{project_id}/locations/{location_id}/services/{service_id}. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataplex_lake#service DataplexLake#service}- Returns:
this
-
build
@Stability(Stable) public DataplexLakeMetastore build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<DataplexLakeMetastore>- Returns:
- a new instance of
DataplexLakeMetastore - Throws:
NullPointerException- if any required attribute was not provided
-
-