Package com.oracle.bmc.bds.model
Class BdsMetastoreConfiguration.Builder
- java.lang.Object
- 
- com.oracle.bmc.bds.model.BdsMetastoreConfiguration.Builder
 
- 
- Enclosing class:
- BdsMetastoreConfiguration
 
 public static class BdsMetastoreConfiguration.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description BdsMetastoreConfiguration.BuilderbdsApiKeyId(String bdsApiKeyId)The ID of BDS API Key used for metastore configuration.BdsMetastoreConfigurationbuild()BdsMetastoreConfiguration.Buildercopy(BdsMetastoreConfiguration model)BdsMetastoreConfiguration.BuilderdisplayName(String displayName)The display name of metastore configurationBdsMetastoreConfiguration.Builderid(String id)The ID of the metastore configurationBdsMetastoreConfiguration.BuilderlifecycleState(BdsMetastoreConfiguration.LifecycleState lifecycleState)the lifecycle state of the metastore configuration.BdsMetastoreConfiguration.BuildermetastoreId(String metastoreId)The OCID of the Data Catalog metastore.BdsMetastoreConfiguration.BuildermetastoreType(BdsMetastoreConfiguration.MetastoreType metastoreType)The type of the metastore in the metastore configuration.BdsMetastoreConfiguration.BuildertimeCreated(Date timeCreated)The time when the configuration was created, shown as an RFC 3339 formatted datetime string.BdsMetastoreConfiguration.BuildertimeUpdated(Date timeUpdated)The time when the configuration was updated, shown as an RFC 3339 formatted datetime string.
 
- 
- 
- 
Method Detail- 
idpublic BdsMetastoreConfiguration.Builder id(String id) The ID of the metastore configuration- Parameters:
- id- the value to set
- Returns:
- this builder
 
 - 
displayNamepublic BdsMetastoreConfiguration.Builder displayName(String displayName) The display name of metastore configuration- Parameters:
- displayName- the value to set
- Returns:
- this builder
 
 - 
metastoreTypepublic BdsMetastoreConfiguration.Builder metastoreType(BdsMetastoreConfiguration.MetastoreType metastoreType) The type of the metastore in the metastore configuration.- Parameters:
- metastoreType- the value to set
- Returns:
- this builder
 
 - 
metastoreIdpublic BdsMetastoreConfiguration.Builder metastoreId(String metastoreId) The OCID of the Data Catalog metastore.Set only if metastore’s type is EXTERNAL. - Parameters:
- metastoreId- the value to set
- Returns:
- this builder
 
 - 
bdsApiKeyIdpublic BdsMetastoreConfiguration.Builder bdsApiKeyId(String bdsApiKeyId) The ID of BDS API Key used for metastore configuration.Set only if metastore’s type is EXTERNAL. - Parameters:
- bdsApiKeyId- the value to set
- Returns:
- this builder
 
 - 
lifecycleStatepublic BdsMetastoreConfiguration.Builder lifecycleState(BdsMetastoreConfiguration.LifecycleState lifecycleState) the lifecycle state of the metastore configuration.- Parameters:
- lifecycleState- the value to set
- Returns:
- this builder
 
 - 
timeCreatedpublic BdsMetastoreConfiguration.Builder timeCreated(Date timeCreated) The time when the configuration was created, shown as an RFC 3339 formatted datetime string.- Parameters:
- timeCreated- the value to set
- Returns:
- this builder
 
 - 
timeUpdatedpublic BdsMetastoreConfiguration.Builder timeUpdated(Date timeUpdated) The time when the configuration was updated, shown as an RFC 3339 formatted datetime string.- Parameters:
- timeUpdated- the value to set
- Returns:
- this builder
 
 - 
buildpublic BdsMetastoreConfiguration build() 
 - 
copypublic BdsMetastoreConfiguration.Builder copy(BdsMetastoreConfiguration model) 
 
- 
 
-