public static class DatabaseSoftwareImageSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
public DatabaseSoftwareImageSummary.Builder id(String id)
The OCID of the database software image.
id
- the value to setpublic DatabaseSoftwareImageSummary.Builder compartmentId(String compartmentId)
The OCID of the compartment.
compartmentId
- the value to setpublic DatabaseSoftwareImageSummary.Builder databaseVersion(String databaseVersion)
The database version with which the database software image is to be built.
databaseVersion
- the value to setpublic DatabaseSoftwareImageSummary.Builder displayName(String displayName)
The user-friendly name for the database software image. The name does not have to be unique.
displayName
- the value to setpublic DatabaseSoftwareImageSummary.Builder lifecycleState(DatabaseSoftwareImageSummary.LifecycleState lifecycleState)
The current state of the database software image.
lifecycleState
- the value to setpublic DatabaseSoftwareImageSummary.Builder lifecycleDetails(String lifecycleDetails)
Detailed message for the lifecycle state.
lifecycleDetails
- the value to setpublic DatabaseSoftwareImageSummary.Builder timeCreated(Date timeCreated)
The date and time the database software image was created.
timeCreated
- the value to setpublic DatabaseSoftwareImageSummary.Builder imageType(DatabaseSoftwareImageSummary.ImageType imageType)
The type of software image. Can be grid or database.
imageType
- the value to setpublic DatabaseSoftwareImageSummary.Builder imageShapeFamily(DatabaseSoftwareImageSummary.ImageShapeFamily imageShapeFamily)
To what shape the image is meant for.
imageShapeFamily
- the value to setpublic DatabaseSoftwareImageSummary.Builder patchSet(String patchSet)
The PSU or PBP or Release Updates. To get a list of supported versions, use the listDbVersions
operation.
patchSet
- the value to setpublic DatabaseSoftwareImageSummary.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 DatabaseSoftwareImageSummary.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 DatabaseSoftwareImageSummary.Builder databaseSoftwareImageIncludedPatches(List<String> databaseSoftwareImageIncludedPatches)
List of one-off patches for Database Homes.
databaseSoftwareImageIncludedPatches
- the value to setpublic DatabaseSoftwareImageSummary.Builder includedPatchesSummary(String includedPatchesSummary)
The patches included in the image and the version of the image.
includedPatchesSummary
- the value to setpublic DatabaseSoftwareImageSummary.Builder databaseSoftwareImageOneOffPatches(List<String> databaseSoftwareImageOneOffPatches)
List of one-off patches for Database Homes.
databaseSoftwareImageOneOffPatches
- the value to setpublic DatabaseSoftwareImageSummary.Builder lsInventory(String lsInventory)
The output from the OPatch lsInventory command, which is passed as a string.
lsInventory
- the value to setpublic DatabaseSoftwareImageSummary.Builder isUpgradeSupported(Boolean isUpgradeSupported)
True if this Database software image is supported for Upgrade.
isUpgradeSupported
- the value to setpublic DatabaseSoftwareImageSummary build()
public DatabaseSoftwareImageSummary.Builder copy(DatabaseSoftwareImageSummary model)
Copyright © 2016–2024. All rights reserved.