public static class BackupDestinationProperties.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and 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.
|
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.
backupDestinationAttachHistory
- the value to setpublic 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.
spaceUtilizedInGBs
- the value to setpublic BackupDestinationProperties.Builder timeAtWhichStorageDetailsAreUpdated(Date timeAtWhichStorageDetailsAreUpdated)
The latest timestamp when the backup destination details, such as ‘spaceUtilized,’ are updated.
timeAtWhichStorageDetailsAreUpdated
- the value to setpublic BackupDestinationProperties build()
public BackupDestinationProperties.Builder copy(BackupDestinationProperties model)
Copyright © 2016–2025. All rights reserved.