Interface DisasterRecoveryConfiguration.Builder

  • Method Details

    • disasterRecoveryType

      DisasterRecoveryConfiguration.Builder disasterRecoveryType(String disasterRecoveryType)

      The type of disaster recovery configured for the Autonomous Database.

      Parameters:
      disasterRecoveryType - The type of disaster recovery configured for the Autonomous Database.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • disasterRecoveryType

      DisasterRecoveryConfiguration.Builder disasterRecoveryType(DisasterRecoveryType disasterRecoveryType)

      The type of disaster recovery configured for the Autonomous Database.

      Parameters:
      disasterRecoveryType - The type of disaster recovery configured for the Autonomous Database.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • isReplicateAutomaticBackups

      DisasterRecoveryConfiguration.Builder isReplicateAutomaticBackups(Boolean isReplicateAutomaticBackups)

      Indicates whether automatic backups are replicated to the disaster recovery database.

      Parameters:
      isReplicateAutomaticBackups - Indicates whether automatic backups are replicated to the disaster recovery database.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • isSnapshotStandby

      DisasterRecoveryConfiguration.Builder isSnapshotStandby(Boolean isSnapshotStandby)

      Indicates whether the standby database is a snapshot standby.

      Parameters:
      isSnapshotStandby - Indicates whether the standby database is a snapshot standby.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • timeSnapshotStandbyEnabledTill

      DisasterRecoveryConfiguration.Builder timeSnapshotStandbyEnabledTill(Instant timeSnapshotStandbyEnabledTill)

      The date and time until which the snapshot standby database remains enabled.

      Parameters:
      timeSnapshotStandbyEnabledTill - The date and time until which the snapshot standby database remains enabled.
      Returns:
      Returns a reference to this object so that method calls can be chained together.