public static class DbHomeFromAgentResourceId.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
DbHomeFromAgentResourceId |
build() |
DbHomeFromAgentResourceId.Builder |
compartmentId(String compartmentId)
The OCID of the
compartment.
|
DbHomeFromAgentResourceId.Builder |
copy(DbHomeFromAgentResourceId model) |
DbHomeFromAgentResourceId.Builder |
databaseSoftwareImageId(String databaseSoftwareImageId)
The database software image
OCID
|
DbHomeFromAgentResourceId.Builder |
dbHomeLocation(String dbHomeLocation)
The location of the Oracle Database Home.
|
DbHomeFromAgentResourceId.Builder |
dbSystemId(String dbSystemId)
The OCID of the
DB system.
|
DbHomeFromAgentResourceId.Builder |
dbVersion(String dbVersion)
The Oracle Database version.
|
DbHomeFromAgentResourceId.Builder |
definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.
|
DbHomeFromAgentResourceId.Builder |
displayName(String displayName)
The user-provided name for the Database Home.
|
DbHomeFromAgentResourceId.Builder |
freeformTags(Map<String,String> freeformTags)
Free-form tags for this resource.
|
DbHomeFromAgentResourceId.Builder |
id(String id)
The OCID of the
Database Home.
|
DbHomeFromAgentResourceId.Builder |
isUnifiedAuditingEnabled(Boolean isUnifiedAuditingEnabled)
Indicates whether unified autiding is enabled or not.
|
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.
|
DbHomeFromAgentResourceId.Builder |
lastPatchHistoryEntryId(String lastPatchHistoryEntryId)
The OCID of the
last patch history.
|
DbHomeFromAgentResourceId.Builder |
lifecycleDetails(String lifecycleDetails)
Additional information about the current lifecycle state.
|
DbHomeFromAgentResourceId.Builder |
lifecycleState(DbHomeFromAgentResourceId.LifecycleState lifecycleState)
The current state of the Database Home.
|
DbHomeFromAgentResourceId.Builder |
oneOffPatches(List<String> oneOffPatches)
List of one-off patches for Database Homes.
|
DbHomeFromAgentResourceId.Builder |
timeCreated(Date timeCreated)
The date and time the Database Home was created.
|
DbHomeFromAgentResourceId.Builder |
vmClusterId(String vmClusterId)
The OCID of the
VM cluster.
|
public DbHomeFromAgentResourceId.Builder id(String id)
The OCID of the Database Home.
id
- the value to setpublic DbHomeFromAgentResourceId.Builder compartmentId(String compartmentId)
The OCID of the compartment.
compartmentId
- the value to setpublic DbHomeFromAgentResourceId.Builder displayName(String displayName)
The user-provided name for the Database Home. The name does not need to be unique.
displayName
- the value to setpublic DbHomeFromAgentResourceId.Builder lastPatchHistoryEntryId(String lastPatchHistoryEntryId)
The OCID of the last patch history. This value is updated as soon as a patch operation is started.
lastPatchHistoryEntryId
- the value to setpublic DbHomeFromAgentResourceId.Builder lifecycleState(DbHomeFromAgentResourceId.LifecycleState lifecycleState)
The current state of the Database Home.
lifecycleState
- the value to setpublic DbHomeFromAgentResourceId.Builder dbSystemId(String dbSystemId)
The OCID of the DB system.
dbSystemId
- the value to setpublic DbHomeFromAgentResourceId.Builder vmClusterId(String vmClusterId)
The OCID of the VM cluster.
vmClusterId
- the value to setpublic DbHomeFromAgentResourceId.Builder dbVersion(String dbVersion)
The Oracle Database version.
dbVersion
- the value to setpublic DbHomeFromAgentResourceId.Builder dbHomeLocation(String dbHomeLocation)
The location of the Oracle Database Home.
dbHomeLocation
- the value to setpublic DbHomeFromAgentResourceId.Builder lifecycleDetails(String lifecycleDetails)
Additional information about the current lifecycle state.
lifecycleDetails
- the value to setpublic DbHomeFromAgentResourceId.Builder timeCreated(Date timeCreated)
The date and time the Database Home was created.
timeCreated
- the value to setpublic 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.
kmsKeyId
- the value to setpublic DbHomeFromAgentResourceId.Builder oneOffPatches(List<String> oneOffPatches)
List of one-off patches for Database Homes.
oneOffPatches
- the value to setpublic 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"}
freeformTags
- the value to setpublic 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.
definedTags
- the value to setpublic DbHomeFromAgentResourceId.Builder databaseSoftwareImageId(String databaseSoftwareImageId)
The database software image OCID
databaseSoftwareImageId
- the value to setpublic DbHomeFromAgentResourceId.Builder isUnifiedAuditingEnabled(Boolean isUnifiedAuditingEnabled)
Indicates whether unified autiding is enabled or not.
isUnifiedAuditingEnabled
- the value to setpublic DbHomeFromAgentResourceId build()
public DbHomeFromAgentResourceId.Builder copy(DbHomeFromAgentResourceId model)
Copyright © 2016–2024. All rights reserved.