Package com.oracle.bmc.database.model
Class DbHomeFromAgentResourceId.Builder
- java.lang.Object
- 
- com.oracle.bmc.database.model.DbHomeFromAgentResourceId.Builder
 
- 
- Enclosing class:
- DbHomeFromAgentResourceId
 
 public static class DbHomeFromAgentResourceId.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description DbHomeFromAgentResourceIdbuild()DbHomeFromAgentResourceId.BuildercompartmentId(String compartmentId)The OCID of the compartment.DbHomeFromAgentResourceId.Buildercopy(DbHomeFromAgentResourceId model)DbHomeFromAgentResourceId.BuilderdatabaseSoftwareImageId(String databaseSoftwareImageId)The database software image OCIDDbHomeFromAgentResourceId.BuilderdbHomeLocation(String dbHomeLocation)The location of the Oracle Database Home.DbHomeFromAgentResourceId.BuilderdbSystemId(String dbSystemId)The OCID of the DB system.DbHomeFromAgentResourceId.BuilderdbVersion(String dbVersion)The Oracle Database version.DbHomeFromAgentResourceId.BuilderdefinedTags(Map<String,Map<String,Object>> definedTags)Defined tags for this resource.DbHomeFromAgentResourceId.BuilderdisplayName(String displayName)The user-provided name for the Database Home.DbHomeFromAgentResourceId.BuilderfreeformTags(Map<String,String> freeformTags)Free-form tags for this resource.DbHomeFromAgentResourceId.Builderid(String id)The OCID of the Database Home.DbHomeFromAgentResourceId.BuilderisUnifiedAuditingEnabled(Boolean isUnifiedAuditingEnabled)Indicates whether unified autiding is enabled or not.DbHomeFromAgentResourceId.BuilderkmsKeyId(String kmsKeyId)The OCID of the key container that is used as the master encryption key in database transparent data encryption (TDE) operations.DbHomeFromAgentResourceId.BuilderlastPatchHistoryEntryId(String lastPatchHistoryEntryId)The OCID of the last patch history.DbHomeFromAgentResourceId.BuilderlifecycleDetails(String lifecycleDetails)Additional information about the current lifecycle state.DbHomeFromAgentResourceId.BuilderlifecycleState(DbHomeFromAgentResourceId.LifecycleState lifecycleState)The current state of the Database Home.DbHomeFromAgentResourceId.BuilderoneOffPatches(List<String> oneOffPatches)List of one-off patches for Database Homes.DbHomeFromAgentResourceId.BuildersystemTags(Map<String,Map<String,Object>> systemTags)System tags for this resource.DbHomeFromAgentResourceId.BuildertimeCreated(Date timeCreated)The date and time the Database Home was created.DbHomeFromAgentResourceId.BuildervmClusterId(String vmClusterId)The OCID of the VM cluster.
 
- 
- 
- 
Method Detail- 
idpublic DbHomeFromAgentResourceId.Builder id(String id) The OCID of the Database Home.- Parameters:
- id- the value to set
- Returns:
- this builder
 
 - 
compartmentIdpublic DbHomeFromAgentResourceId.Builder compartmentId(String compartmentId) The OCID of the compartment.- Parameters:
- compartmentId- the value to set
- Returns:
- this builder
 
 - 
displayNamepublic DbHomeFromAgentResourceId.Builder displayName(String displayName) The user-provided name for the Database Home.The name does not need to be unique. - Parameters:
- displayName- the value to set
- Returns:
- this builder
 
 - 
lastPatchHistoryEntryIdpublic DbHomeFromAgentResourceId.Builder lastPatchHistoryEntryId(String lastPatchHistoryEntryId) The OCID of the last patch history.This value is updated as soon as a patch operation is started. - Parameters:
- lastPatchHistoryEntryId- the value to set
- Returns:
- this builder
 
 - 
lifecycleStatepublic DbHomeFromAgentResourceId.Builder lifecycleState(DbHomeFromAgentResourceId.LifecycleState lifecycleState) The current state of the Database Home.- Parameters:
- lifecycleState- the value to set
- Returns:
- this builder
 
 - 
dbSystemIdpublic DbHomeFromAgentResourceId.Builder dbSystemId(String dbSystemId) The OCID of the DB system.- Parameters:
- dbSystemId- the value to set
- Returns:
- this builder
 
 - 
vmClusterIdpublic DbHomeFromAgentResourceId.Builder vmClusterId(String vmClusterId) The OCID of the VM cluster.- Parameters:
- vmClusterId- the value to set
- Returns:
- this builder
 
 - 
dbVersionpublic DbHomeFromAgentResourceId.Builder dbVersion(String dbVersion) The Oracle Database version.- Parameters:
- dbVersion- the value to set
- Returns:
- this builder
 
 - 
dbHomeLocationpublic DbHomeFromAgentResourceId.Builder dbHomeLocation(String dbHomeLocation) The location of the Oracle Database Home.- Parameters:
- dbHomeLocation- the value to set
- Returns:
- this builder
 
 - 
lifecycleDetailspublic DbHomeFromAgentResourceId.Builder lifecycleDetails(String lifecycleDetails) Additional information about the current lifecycle state.- Parameters:
- lifecycleDetails- the value to set
- Returns:
- this builder
 
 - 
timeCreatedpublic DbHomeFromAgentResourceId.Builder timeCreated(Date timeCreated) The date and time the Database Home was created.- Parameters:
- timeCreated- the value to set
- Returns:
- this builder
 
 - 
kmsKeyIdpublic DbHomeFromAgentResourceId.Builder kmsKeyId(String kmsKeyId) The OCID of the key container that is used as the master encryption key in database transparent data encryption (TDE) operations.- Parameters:
- kmsKeyId- the value to set
- Returns:
- this builder
 
 - 
oneOffPatchespublic DbHomeFromAgentResourceId.Builder oneOffPatches(List<String> oneOffPatches) List of one-off patches for Database Homes.- Parameters:
- oneOffPatches- the value to set
- Returns:
- this builder
 
 - 
freeformTagspublic DbHomeFromAgentResourceId.Builder freeformTags(Map<String,String> freeformTags) Free-form tags for this resource.Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"} - Parameters:
- freeformTags- the value to set
- Returns:
- this builder
 
 - 
definedTagspublic DbHomeFromAgentResourceId.Builder definedTags(Map<String,Map<String,Object>> definedTags) Defined tags for this resource.Each key is predefined and scoped to a namespace. For more information, see Resource Tags. - Parameters:
- definedTags- the value to set
- Returns:
- this builder
 
 - 
systemTagspublic DbHomeFromAgentResourceId.Builder systemTags(Map<String,Map<String,Object>> systemTags) System tags for this resource.Each key is predefined and scoped to a namespace. For more information, see Resource Tags. - Parameters:
- systemTags- the value to set
- Returns:
- this builder
 
 - 
databaseSoftwareImageIdpublic DbHomeFromAgentResourceId.Builder databaseSoftwareImageId(String databaseSoftwareImageId) The database software image OCID- Parameters:
- databaseSoftwareImageId- the value to set
- Returns:
- this builder
 
 - 
isUnifiedAuditingEnabledpublic DbHomeFromAgentResourceId.Builder isUnifiedAuditingEnabled(Boolean isUnifiedAuditingEnabled) Indicates whether unified autiding is enabled or not.- Parameters:
- isUnifiedAuditingEnabled- the value to set
- Returns:
- this builder
 
 - 
buildpublic DbHomeFromAgentResourceId build() 
 - 
copypublic DbHomeFromAgentResourceId.Builder copy(DbHomeFromAgentResourceId model) 
 
- 
 
-