Package com.oracle.bmc.database.model
Class AutonomousDatabaseSoftwareImageSummary.Builder
- java.lang.Object
- 
- com.oracle.bmc.database.model.AutonomousDatabaseSoftwareImageSummary.Builder
 
- 
- Enclosing class:
- AutonomousDatabaseSoftwareImageSummary
 
 public static class AutonomousDatabaseSoftwareImageSummary.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method Summary
 
- 
- 
- 
Method Detail- 
idpublic AutonomousDatabaseSoftwareImageSummary.Builder id(String id) The OCID of the Autonomous AI Database Software Image.- Parameters:
- id- the value to set
- Returns:
- this builder
 
 - 
compartmentIdpublic AutonomousDatabaseSoftwareImageSummary.Builder compartmentId(String compartmentId) The OCID of the compartment.- Parameters:
- compartmentId- the value to set
- Returns:
- this builder
 
 - 
databaseVersionpublic AutonomousDatabaseSoftwareImageSummary.Builder databaseVersion(String databaseVersion) The database version with which the Autonomous AI Database Software Image is to be built.- Parameters:
- databaseVersion- the value to set
- Returns:
- this builder
 
 - 
displayNamepublic AutonomousDatabaseSoftwareImageSummary.Builder displayName(String displayName) The user-friendly name for the Autonomous AI Database Software Image.The name does not have to be unique. - Parameters:
- displayName- the value to set
- Returns:
- this builder
 
 - 
lifecycleStatepublic AutonomousDatabaseSoftwareImageSummary.Builder lifecycleState(AutonomousDatabaseSoftwareImage.LifecycleState lifecycleState) The current state of the Autonomous AI Database Software Image.- Parameters:
- lifecycleState- the value to set
- Returns:
- this builder
 
 - 
lifecycleDetailspublic AutonomousDatabaseSoftwareImageSummary.Builder lifecycleDetails(String lifecycleDetails) Detailed message for the lifecycle state.- Parameters:
- lifecycleDetails- the value to set
- Returns:
- this builder
 
 - 
timeCreatedpublic AutonomousDatabaseSoftwareImageSummary.Builder timeCreated(Date timeCreated) The date and time the Autonomous AI Database Software Image was created.- Parameters:
- timeCreated- the value to set
- Returns:
- this builder
 
 - 
releaseUpdatepublic AutonomousDatabaseSoftwareImageSummary.Builder releaseUpdate(String releaseUpdate) The Release Updates.- Parameters:
- releaseUpdate- the value to set
- Returns:
- this builder
 
 - 
freeformTagspublic 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"} - Parameters:
- freeformTags- the value to set
- Returns:
- this builder
 
 - 
definedTagspublic 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. - Parameters:
- definedTags- the value to set
- Returns:
- this builder
 
 - 
systemTagspublic AutonomousDatabaseSoftwareImageSummary.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
 
 - 
autonomousDsiOneOffPatchespublic AutonomousDatabaseSoftwareImageSummary.Builder autonomousDsiOneOffPatches(List<String> autonomousDsiOneOffPatches) One-off patches included in the Autonomous AI Database Software Image- Parameters:
- autonomousDsiOneOffPatches- the value to set
- Returns:
- this builder
 
 - 
imageShapeFamilypublic AutonomousDatabaseSoftwareImageSummary.Builder imageShapeFamily(AutonomousDatabaseSoftwareImage.ImageShapeFamily imageShapeFamily) To what shape the image is meant for.- Parameters:
- imageShapeFamily- the value to set
- Returns:
- this builder
 
 - 
dstFileVersionpublic AutonomousDatabaseSoftwareImageSummary.Builder dstFileVersion(String dstFileVersion) DST Time-Zone File version of the Autonomous Container Database.- Parameters:
- dstFileVersion- the value to set
- Returns:
- this builder
 
 - 
buildpublic AutonomousDatabaseSoftwareImageSummary build() 
 - 
copypublic AutonomousDatabaseSoftwareImageSummary.Builder copy(AutonomousDatabaseSoftwareImageSummary model) 
 
- 
 
-