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 Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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.BackupDestinationProperties
build()
BackupDestinationProperties.Builder
copy(BackupDestinationProperties model)
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.BackupDestinationProperties.Builder
timeAtWhichStorageDetailsAreUpdated(Date timeAtWhichStorageDetailsAreUpdated)
The latest timestamp when the backup destination details, such as ‘spaceUtilized,’ are updated.
-
-
-
Method Detail
-
backupDestinationAttachHistory
public 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
-
spaceUtilizedInGBs
public 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
-
timeAtWhichStorageDetailsAreUpdated
public 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
-
build
public BackupDestinationProperties build()
-
copy
public BackupDestinationProperties.Builder copy(BackupDestinationProperties model)
-
-