public static class CreateAutonomousDatabaseSoftwareImageDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
public CreateAutonomousDatabaseSoftwareImageDetails.Builder compartmentId(String compartmentId)
The OCID of the compartment.
compartmentId
- the value to setpublic CreateAutonomousDatabaseSoftwareImageDetails.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 CreateAutonomousDatabaseSoftwareImageDetails.Builder sourceCdbId(String sourceCdbId)
The source Autonomous Container Database OCID from which to create Autonomous Database Software Image.
sourceCdbId
- the value to setpublic CreateAutonomousDatabaseSoftwareImageDetails.Builder imageShapeFamily(CreateAutonomousDatabaseSoftwareImageDetails.ImageShapeFamily imageShapeFamily)
To what shape the image is meant for.
imageShapeFamily
- the value to setpublic CreateAutonomousDatabaseSoftwareImageDetails.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 CreateAutonomousDatabaseSoftwareImageDetails.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 CreateAutonomousDatabaseSoftwareImageDetails build()
public CreateAutonomousDatabaseSoftwareImageDetails.Builder copy(CreateAutonomousDatabaseSoftwareImageDetails model)
Copyright © 2016–2024. All rights reserved.