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