Interface DataprocMetastoreServiceHiveMetastoreConfigAuxiliaryVersions
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
DataprocMetastoreServiceHiveMetastoreConfigAuxiliaryVersions.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:20.772Z") @Stability(Stable) public interface DataprocMetastoreServiceHiveMetastoreConfigAuxiliaryVersions extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classDataprocMetastoreServiceHiveMetastoreConfigAuxiliaryVersions.Builderstatic classDataprocMetastoreServiceHiveMetastoreConfigAuxiliaryVersions.Jsii$ProxyAn implementation forDataprocMetastoreServiceHiveMetastoreConfigAuxiliaryVersions
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static DataprocMetastoreServiceHiveMetastoreConfigAuxiliaryVersions.Builderbuilder()default Map<String,String>getConfigOverrides()A mapping of Hive metastore configuration key-value pairs to apply to the auxiliary Hive metastore (configured in hive-site.xml) in addition to the primary version's overrides.StringgetKey()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataproc_metastore_service#key DataprocMetastoreService#key}.StringgetVersion()The Hive metastore version of the auxiliary service.
-
-
-
Method Detail
-
getKey
@Stability(Stable) @NotNull String getKey()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataproc_metastore_service#key DataprocMetastoreService#key}.
-
getVersion
@Stability(Stable) @NotNull String getVersion()
The Hive metastore version of the auxiliary service. It must be less than the primary Hive metastore service's version.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataproc_metastore_service#version DataprocMetastoreService#version}
-
getConfigOverrides
@Stability(Stable) @Nullable default Map<String,String> getConfigOverrides()
A mapping of Hive metastore configuration key-value pairs to apply to the auxiliary Hive metastore (configured in hive-site.xml) in addition to the primary version's overrides. If keys are present in both the auxiliary version's overrides and the primary version's overrides, the value from the auxiliary version's overrides takes precedence.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataproc_metastore_service#config_overrides DataprocMetastoreService#config_overrides}
-
builder
@Stability(Stable) static DataprocMetastoreServiceHiveMetastoreConfigAuxiliaryVersions.Builder builder()
-
-