Interface DataplexLakeMetastore
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
DataplexLakeMetastore.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:20.638Z") @Stability(Stable) public interface DataplexLakeMetastore extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classDataplexLakeMetastore.BuilderA builder forDataplexLakeMetastorestatic classDataplexLakeMetastore.Jsii$ProxyAn implementation forDataplexLakeMetastore
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static DataplexLakeMetastore.Builderbuilder()default StringgetService()Optional.
-
-
-
Method Detail
-
getService
@Stability(Stable) @Nullable default String getService()
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}
-
builder
@Stability(Stable) static DataplexLakeMetastore.Builder builder()
- Returns:
- a
DataplexLakeMetastore.BuilderofDataplexLakeMetastore
-
-