public static class UpdateAutonomousContainerDatabaseDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
public UpdateAutonomousContainerDatabaseDetails.Builder displayName(String displayName)
The display name for the Autonomous Container Database.
displayName
- the value to setpublic UpdateAutonomousContainerDatabaseDetails.Builder patchModel(UpdateAutonomousContainerDatabaseDetails.PatchModel patchModel)
Database Patch model preference.
patchModel
- the value to setpublic UpdateAutonomousContainerDatabaseDetails.Builder maintenanceWindowDetails(MaintenanceWindow maintenanceWindowDetails)
public UpdateAutonomousContainerDatabaseDetails.Builder standbyMaintenanceBufferInDays(Integer standbyMaintenanceBufferInDays)
The scheduling detail for the quarterly maintenance window of the standby Autonomous Container Database. This value represents the number of days before schedlued maintenance of the primary database.
standbyMaintenanceBufferInDays
- the value to setpublic UpdateAutonomousContainerDatabaseDetails.Builder versionPreference(UpdateAutonomousContainerDatabaseDetails.VersionPreference versionPreference)
The next maintenance version preference.
versionPreference
- the value to setpublic UpdateAutonomousContainerDatabaseDetails.Builder isDstFileUpdateEnabled(Boolean isDstFileUpdateEnabled)
Indicates if an automatic DST Time Zone file update is enabled for the Autonomous Container Database. If enabled along with Release Update, patching will be done in a Non-Rolling manner.
isDstFileUpdateEnabled
- the value to setpublic UpdateAutonomousContainerDatabaseDetails.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 UpdateAutonomousContainerDatabaseDetails.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 UpdateAutonomousContainerDatabaseDetails.Builder backupConfig(AutonomousContainerDatabaseBackupConfig backupConfig)
public UpdateAutonomousContainerDatabaseDetails build()
public UpdateAutonomousContainerDatabaseDetails.Builder copy(UpdateAutonomousContainerDatabaseDetails model)
Copyright © 2016–2024. All rights reserved.