Class BackupDestinationDetails.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • vpcUser

        public BackupDestinationDetails.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 BackupDestinationDetails.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 BackupDestinationDetails.Builder internetProxy​(String internetProxy)
        Proxy URL to connect to object store.
        Parameters:
        internetProxy - the value to set
        Returns:
        this builder
      • isRetentionLockEnabled

        public BackupDestinationDetails.Builder isRetentionLockEnabled​(Boolean isRetentionLockEnabled)
        Indicates if backup retention is locked for all the database backups in the Autonomous Container Database (ACD).

        The retention window cannot be decreased if the backup retention lock is enabled. Once applied on the Autonomous Container Database, the retention lock cannot be removed, or the retention period cannot be decreased after a 14-day period. If the backup is a Long Term Backup and retention lock is enabled, the backup cannot be deleted and must expire. The retention lock set on the Autonomous Container Database is not applicable for cross region remote backups and backups hosted on recovery Appliance backup destination.

        Parameters:
        isRetentionLockEnabled - the value to set
        Returns:
        this builder
      • backupRetentionPolicyOnTerminate

        public BackupDestinationDetails.Builder backupRetentionPolicyOnTerminate​(BackupDestinationDetails.BackupRetentionPolicyOnTerminate backupRetentionPolicyOnTerminate)
        Defines the automatic and manual backup retention policy for the Autonomous Database termination.

        The retention policy set on the Autonomous Container Database is not applicable for cross region remote backups and backups hosted on recovery Appliance backup destination. Options are ‘RETAIN_PER_RETENTION_WINDOW’ or ‘RETAIN_FOR_72_HOURS’.The default value is ‘RETAIN_FOR_72_HOURS’.

        Parameters:
        backupRetentionPolicyOnTerminate - the value to set
        Returns:
        this builder
      • isRemote

        public BackupDestinationDetails.Builder isRemote​(Boolean isRemote)
        Indicates whether the backup destination is cross-region or local.
        Parameters:
        isRemote - the value to set
        Returns:
        this builder