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 Summary
Constructors Constructor Description Builder()
-
Method Summary
-
-
-
Method Detail
-
id
public AutonomousDatabaseSoftwareImageSummary.Builder id(String id)
The OCID of the Autonomous Database Software Image.- Parameters:
id
- the value to set- Returns:
- this builder
-
compartmentId
public AutonomousDatabaseSoftwareImageSummary.Builder compartmentId(String compartmentId)
The OCID of the compartment.- Parameters:
compartmentId
- the value to set- Returns:
- this builder
-
databaseVersion
public AutonomousDatabaseSoftwareImageSummary.Builder databaseVersion(String databaseVersion)
The database version with which the Autonomous Database Software Image is to be built.- Parameters:
databaseVersion
- the value to set- Returns:
- this builder
-
displayName
public AutonomousDatabaseSoftwareImageSummary.Builder displayName(String displayName)
The user-friendly name for the Autonomous Database Software Image.The name does not have to be unique.
- Parameters:
displayName
- the value to set- Returns:
- this builder
-
lifecycleState
public AutonomousDatabaseSoftwareImageSummary.Builder lifecycleState(AutonomousDatabaseSoftwareImage.LifecycleState lifecycleState)
The current state of the Autonomous Database Software Image.- Parameters:
lifecycleState
- the value to set- Returns:
- this builder
-
lifecycleDetails
public AutonomousDatabaseSoftwareImageSummary.Builder lifecycleDetails(String lifecycleDetails)
Detailed message for the lifecycle state.- Parameters:
lifecycleDetails
- the value to set- Returns:
- this builder
-
timeCreated
public AutonomousDatabaseSoftwareImageSummary.Builder timeCreated(Date timeCreated)
The date and time the Autonomous Database Software Image was created.- Parameters:
timeCreated
- the value to set- Returns:
- this builder
-
releaseUpdate
public AutonomousDatabaseSoftwareImageSummary.Builder releaseUpdate(String releaseUpdate)
The Release Updates.- Parameters:
releaseUpdate
- the value to set- Returns:
- this builder
-
freeformTags
public 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
-
definedTags
public 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
-
autonomousDsiOneOffPatches
public AutonomousDatabaseSoftwareImageSummary.Builder autonomousDsiOneOffPatches(List<String> autonomousDsiOneOffPatches)
One-off patches included in the Autonomous Database Software Image- Parameters:
autonomousDsiOneOffPatches
- the value to set- Returns:
- this builder
-
imageShapeFamily
public AutonomousDatabaseSoftwareImageSummary.Builder imageShapeFamily(AutonomousDatabaseSoftwareImage.ImageShapeFamily imageShapeFamily)
To what shape the image is meant for.- Parameters:
imageShapeFamily
- the value to set- Returns:
- this builder
-
dstFileVersion
public AutonomousDatabaseSoftwareImageSummary.Builder dstFileVersion(String dstFileVersion)
DST Time-Zone File version of the Autonomous Container Database.- Parameters:
dstFileVersion
- the value to set- Returns:
- this builder
-
build
public AutonomousDatabaseSoftwareImageSummary build()
-
copy
public AutonomousDatabaseSoftwareImageSummary.Builder copy(AutonomousDatabaseSoftwareImageSummary model)
-
-