Interface CrossRegionDisasterRecoveryConfiguration.Builder

  • Method Details

    • sourceAutonomousDatabaseArn

      CrossRegionDisasterRecoveryConfiguration.Builder sourceAutonomousDatabaseArn(String sourceAutonomousDatabaseArn)

      The Amazon Resource Name (ARN) of the source Autonomous Database for the cross-Region disaster recovery configuration.

      Parameters:
      sourceAutonomousDatabaseArn - The Amazon Resource Name (ARN) of the source Autonomous Database for the cross-Region disaster recovery configuration.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • remoteDisasterRecoveryType

      CrossRegionDisasterRecoveryConfiguration.Builder remoteDisasterRecoveryType(String remoteDisasterRecoveryType)

      The type of remote disaster recovery to configure, either Autonomous Data Guard or backup-based.

      Parameters:
      remoteDisasterRecoveryType - The type of remote disaster recovery to configure, either Autonomous Data Guard or backup-based.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • remoteDisasterRecoveryType

      CrossRegionDisasterRecoveryConfiguration.Builder remoteDisasterRecoveryType(DisasterRecoveryType remoteDisasterRecoveryType)

      The type of remote disaster recovery to configure, either Autonomous Data Guard or backup-based.

      Parameters:
      remoteDisasterRecoveryType - The type of remote disaster recovery to configure, either Autonomous Data Guard or backup-based.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • isReplicateAutomaticBackups

      CrossRegionDisasterRecoveryConfiguration.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.