public static class CreateMetastoreDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CreateMetastoreDetails |
build() |
CreateMetastoreDetails.Builder |
compartmentId(String compartmentId)
OCID of the compartment which holds the metastore.
|
CreateMetastoreDetails.Builder |
copy(CreateMetastoreDetails model) |
CreateMetastoreDetails.Builder |
defaultExternalTableLocation(String defaultExternalTableLocation)
Location under which external tables will be created by default.
|
CreateMetastoreDetails.Builder |
defaultManagedTableLocation(String defaultManagedTableLocation)
Location under which managed tables will be created by default.
|
CreateMetastoreDetails.Builder |
definedTags(Map<String,Map<String,Object>> definedTags)
Usage of predefined tag keys.
|
CreateMetastoreDetails.Builder |
displayName(String displayName)
Mutable name of the metastore.
|
CreateMetastoreDetails.Builder |
freeformTags(Map<String,String> freeformTags)
Simple key-value pair that is applied without any predefined name, type or scope.
|
public CreateMetastoreDetails.Builder displayName(String displayName)
Mutable name of the metastore.
displayName
- the value to setpublic CreateMetastoreDetails.Builder compartmentId(String compartmentId)
OCID of the compartment which holds the metastore.
compartmentId
- the value to setpublic CreateMetastoreDetails.Builder defaultManagedTableLocation(String defaultManagedTableLocation)
Location under which managed tables will be created by default. This references Object Storage using an HDFS URI format. Example: oci://bucket@namespace/sub-dir/
defaultManagedTableLocation
- the value to setpublic CreateMetastoreDetails.Builder defaultExternalTableLocation(String defaultExternalTableLocation)
Location under which external tables will be created by default. This references Object Storage using an HDFS URI format. Example: oci://bucket@namespace/sub-dir/
defaultExternalTableLocation
- the value to setpublic CreateMetastoreDetails.Builder freeformTags(Map<String,String> freeformTags)
Simple key-value pair that is applied without any predefined name, type or scope. Exists
for cross-compatibility only. Example: {"bar-key": "value"}
freeformTags
- the value to setpublic CreateMetastoreDetails.Builder definedTags(Map<String,Map<String,Object>> definedTags)
Usage of predefined tag keys. These predefined keys are scoped to namespaces. Example:
{"foo-namespace": {"bar-key": "value"}}
definedTags
- the value to setpublic CreateMetastoreDetails build()
public CreateMetastoreDetails.Builder copy(CreateMetastoreDetails model)
Copyright © 2016–2025. All rights reserved.