Package com.oracle.bmc.database.model
Class BackupDestinationConfigurationSummary.Builder
- java.lang.Object
-
- com.oracle.bmc.database.model.BackupDestinationConfigurationSummary.Builder
-
- Enclosing class:
- BackupDestinationConfigurationSummary
public static class BackupDestinationConfigurationSummary.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BackupDestinationConfigurationSummary.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.BackupDestinationConfigurationSummary
build()
BackupDestinationConfigurationSummary.Builder
copy(BackupDestinationConfigurationSummary model)
BackupDestinationConfigurationSummary.Builder
dbrsPolicyId(String dbrsPolicyId)
The OCID of the DBRS policy used for backup.BackupDestinationConfigurationSummary.Builder
id(String id)
The OCID of the backup destination.BackupDestinationConfigurationSummary.Builder
internetProxy(String internetProxy)
Proxy URL to connect to object store.BackupDestinationConfigurationSummary.Builder
recoveryWindowInDays(Integer recoveryWindowInDays)
Number of days between the current and earliest point of recoverability covered by automatic backups and manual backups, but not long term backups.BackupDestinationConfigurationSummary.Builder
spaceUtilizedInGBs(Integer spaceUtilizedInGBs)
The total space utilized (in GBs) by this Autonomous Container Database on this backup destination, rounded to the nearest integer.BackupDestinationConfigurationSummary.Builder
timeAtWhichStorageDetailsAreUpdated(Date timeAtWhichStorageDetailsAreUpdated)
The latest timestamp when the backup destination details, such as ‘spaceUtilized,’ are updated.BackupDestinationConfigurationSummary.Builder
type(BackupDestinationConfigurationSummary.Type type)
Type of the database backup destination.BackupDestinationConfigurationSummary.Builder
vpcPassword(String vpcPassword)
For a RECOVERY_APPLIANCE backup destination, the password for the VPC user that is used to access the Recovery Appliance.BackupDestinationConfigurationSummary.Builder
vpcUser(String vpcUser)
For a RECOVERY_APPLIANCE backup destination, the Virtual Private Catalog (VPC) user that is used to access the Recovery Appliance.
-
-
-
Method Detail
-
recoveryWindowInDays
public BackupDestinationConfigurationSummary.Builder recoveryWindowInDays(Integer recoveryWindowInDays)
Number of days between the current and earliest point of recoverability covered by automatic backups and manual backups, but not long term backups.- Parameters:
recoveryWindowInDays
- the value to set- Returns:
- this builder
-
backupDestinationAttachHistory
public BackupDestinationConfigurationSummary.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 BackupDestinationConfigurationSummary.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 BackupDestinationConfigurationSummary.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
-
type
public BackupDestinationConfigurationSummary.Builder type(BackupDestinationConfigurationSummary.Type type)
Type of the database backup destination.- Parameters:
type
- the value to set- Returns:
- this builder
-
id
public BackupDestinationConfigurationSummary.Builder id(String id)
The OCID of the backup destination.- Parameters:
id
- the value to set- Returns:
- this builder
-
vpcUser
public BackupDestinationConfigurationSummary.Builder vpcUser(String vpcUser)
For a RECOVERY_APPLIANCE backup destination, the Virtual Private Catalog (VPC) user that is used to access the Recovery Appliance.- Parameters:
vpcUser
- the value to set- Returns:
- this builder
-
vpcPassword
public BackupDestinationConfigurationSummary.Builder vpcPassword(String vpcPassword)
For a RECOVERY_APPLIANCE backup destination, the password for the VPC user that is used to access the Recovery Appliance.- Parameters:
vpcPassword
- the value to set- Returns:
- this builder
-
internetProxy
public BackupDestinationConfigurationSummary.Builder internetProxy(String internetProxy)
Proxy URL to connect to object store.- Parameters:
internetProxy
- the value to set- Returns:
- this builder
-
dbrsPolicyId
public BackupDestinationConfigurationSummary.Builder dbrsPolicyId(String dbrsPolicyId)
The OCID of the DBRS policy used for backup.- Parameters:
dbrsPolicyId
- the value to set- Returns:
- this builder
-
build
public BackupDestinationConfigurationSummary build()
-
copy
public BackupDestinationConfigurationSummary.Builder copy(BackupDestinationConfigurationSummary model)
-
-