public static class AutonomousDatabaseSoftwareImageSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
public AutonomousDatabaseSoftwareImageSummary.Builder id(String id)
The OCID of the Autonomous Database Software Image.
id
- the value to setpublic AutonomousDatabaseSoftwareImageSummary.Builder compartmentId(String compartmentId)
The OCID of the compartment.
compartmentId
- the value to setpublic AutonomousDatabaseSoftwareImageSummary.Builder databaseVersion(String databaseVersion)
The database version with which the Autonomous Database Software Image is to be built.
databaseVersion
- the value to setpublic AutonomousDatabaseSoftwareImageSummary.Builder displayName(String displayName)
The user-friendly name for the Autonomous Database Software Image. The name does not have to be unique.
displayName
- the value to setpublic AutonomousDatabaseSoftwareImageSummary.Builder lifecycleState(AutonomousDatabaseSoftwareImage.LifecycleState lifecycleState)
The current state of the Autonomous Database Software Image.
lifecycleState
- the value to setpublic AutonomousDatabaseSoftwareImageSummary.Builder lifecycleDetails(String lifecycleDetails)
Detailed message for the lifecycle state.
lifecycleDetails
- the value to setpublic AutonomousDatabaseSoftwareImageSummary.Builder timeCreated(Date timeCreated)
The date and time the Autonomous Database Software Image was created.
timeCreated
- the value to setpublic AutonomousDatabaseSoftwareImageSummary.Builder releaseUpdate(String releaseUpdate)
The Release Updates.
releaseUpdate
- the value to setpublic AutonomousDatabaseSoftwareImageSummary.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 AutonomousDatabaseSoftwareImageSummary.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 AutonomousDatabaseSoftwareImageSummary.Builder autonomousDsiOneOffPatches(List<String> autonomousDsiOneOffPatches)
One-off patches included in the Autonomous Database Software Image
autonomousDsiOneOffPatches
- the value to setpublic AutonomousDatabaseSoftwareImageSummary.Builder imageShapeFamily(AutonomousDatabaseSoftwareImage.ImageShapeFamily imageShapeFamily)
To what shape the image is meant for.
imageShapeFamily
- the value to setpublic AutonomousDatabaseSoftwareImageSummary.Builder dstFileVersion(String dstFileVersion)
DST Time-Zone File version of the Autonomous Container Database.
dstFileVersion
- the value to setpublic AutonomousDatabaseSoftwareImageSummary build()
public AutonomousDatabaseSoftwareImageSummary.Builder copy(AutonomousDatabaseSoftwareImageSummary model)
Copyright © 2016–2024. All rights reserved.