Interface DataprocMetastoreFederationBackendMetastores
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
DataprocMetastoreFederationBackendMetastores.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:20.762Z") @Stability(Stable) public interface DataprocMetastoreFederationBackendMetastores extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classDataprocMetastoreFederationBackendMetastores.BuilderA builder forDataprocMetastoreFederationBackendMetastoresstatic classDataprocMetastoreFederationBackendMetastores.Jsii$ProxyAn implementation forDataprocMetastoreFederationBackendMetastores
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static DataprocMetastoreFederationBackendMetastores.Builderbuilder()StringgetMetastoreType()The type of the backend metastore.StringgetName()The relative resource name of the metastore that is being federated.StringgetRank()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataproc_metastore_federation#rank DataprocMetastoreFederation#rank}.
-
-
-
Method Detail
-
getMetastoreType
@Stability(Stable) @NotNull String getMetastoreType()
The type of the backend metastore. Possible values: ["METASTORE_TYPE_UNSPECIFIED", "DATAPROC_METASTORE", "BIGQUERY"].Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataproc_metastore_federation#metastore_type DataprocMetastoreFederation#metastore_type}
-
getName
@Stability(Stable) @NotNull String getName()
The relative resource name of the metastore that is being federated.The formats of the relative resource names for the currently supported metastores are listed below: Dataplex: projects/{projectId}/locations/{location}/lakes/{lake_id} BigQuery: projects/{projectId} Dataproc Metastore: projects/{projectId}/locations/{location}/services/{serviceId} Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataproc_metastore_federation#name DataprocMetastoreFederation#name}
-
getRank
@Stability(Stable) @NotNull String getRank()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataproc_metastore_federation#rank DataprocMetastoreFederation#rank}.
-
builder
@Stability(Stable) static DataprocMetastoreFederationBackendMetastores.Builder builder()
-
-