Package com.oracle.bmc.database.model
Class BackupDestinationProperties.Builder
- java.lang.Object
- 
- com.oracle.bmc.database.model.BackupDestinationProperties.Builder
 
- 
- Enclosing class:
- BackupDestinationProperties
 
 public static class BackupDestinationProperties.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description BackupDestinationProperties.BuilderbackupDestinationAttachHistory(List<Date> backupDestinationAttachHistory)The timestamps at which this backup destination is used as the preferred destination to host the Autonomous Container Database backups.BackupDestinationPropertiesbuild()BackupDestinationProperties.Buildercopy(BackupDestinationProperties model)BackupDestinationProperties.BuilderspaceUtilizedInGBs(Integer spaceUtilizedInGBs)The total space utilized (in GBs) by this Autonomous Container Database on this backup destination, rounded to the nearest integer.BackupDestinationProperties.BuildertimeAtWhichStorageDetailsAreUpdated(Date timeAtWhichStorageDetailsAreUpdated)The latest timestamp when the backup destination details, such as ‘spaceUtilized,’ are updated.
 
- 
- 
- 
Method Detail- 
backupDestinationAttachHistorypublic BackupDestinationProperties.Builder backupDestinationAttachHistory(List<Date> backupDestinationAttachHistory) The timestamps at which this backup destination is used as the preferred destination to host the Autonomous Container Database backups.- Parameters:
- backupDestinationAttachHistory- the value to set
- Returns:
- this builder
 
 - 
spaceUtilizedInGBspublic BackupDestinationProperties.Builder spaceUtilizedInGBs(Integer spaceUtilizedInGBs) The total space utilized (in GBs) by this Autonomous Container Database on this backup destination, rounded to the nearest integer.- Parameters:
- spaceUtilizedInGBs- the value to set
- Returns:
- this builder
 
 - 
timeAtWhichStorageDetailsAreUpdatedpublic BackupDestinationProperties.Builder timeAtWhichStorageDetailsAreUpdated(Date timeAtWhichStorageDetailsAreUpdated) The latest timestamp when the backup destination details, such as ‘spaceUtilized,’ are updated.- Parameters:
- timeAtWhichStorageDetailsAreUpdated- the value to set
- Returns:
- this builder
 
 - 
buildpublic BackupDestinationProperties build() 
 - 
copypublic BackupDestinationProperties.Builder copy(BackupDestinationProperties model) 
 
- 
 
-