Package com.oracle.bmc.database.model
Class AutonomousDatabaseSoftwareImage.Builder
- java.lang.Object
-
- com.oracle.bmc.database.model.AutonomousDatabaseSoftwareImage.Builder
-
- Enclosing class:
- AutonomousDatabaseSoftwareImage
public static class AutonomousDatabaseSoftwareImage.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
-
-
-
Method Detail
-
id
public AutonomousDatabaseSoftwareImage.Builder id(String id)
The OCID of the Autonomous Database Software Image.- Parameters:
id
- the value to set- Returns:
- this builder
-
compartmentId
public AutonomousDatabaseSoftwareImage.Builder compartmentId(String compartmentId)
The OCID of the compartment.- Parameters:
compartmentId
- the value to set- Returns:
- this builder
-
databaseVersion
public AutonomousDatabaseSoftwareImage.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 AutonomousDatabaseSoftwareImage.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 AutonomousDatabaseSoftwareImage.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 AutonomousDatabaseSoftwareImage.Builder lifecycleDetails(String lifecycleDetails)
Detailed message for the lifecycle state.- Parameters:
lifecycleDetails
- the value to set- Returns:
- this builder
-
timeCreated
public AutonomousDatabaseSoftwareImage.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 AutonomousDatabaseSoftwareImage.Builder releaseUpdate(String releaseUpdate)
The Release Updates.- Parameters:
releaseUpdate
- the value to set- Returns:
- this builder
-
freeformTags
public AutonomousDatabaseSoftwareImage.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 AutonomousDatabaseSoftwareImage.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 AutonomousDatabaseSoftwareImage.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 AutonomousDatabaseSoftwareImage.Builder imageShapeFamily(AutonomousDatabaseSoftwareImage.ImageShapeFamily imageShapeFamily)
To what shape the image is meant for.- Parameters:
imageShapeFamily
- the value to set- Returns:
- this builder
-
dstFileVersion
public AutonomousDatabaseSoftwareImage.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 AutonomousDatabaseSoftwareImage build()
-
copy
public AutonomousDatabaseSoftwareImage.Builder copy(AutonomousDatabaseSoftwareImage model)
-
-