Interface BackupConfiguration.Builder

  • Method Details

    • status

      The backup status of the data store.

      Parameters:
      status - The backup status of the data store.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • status

      The backup status of the data store.

      Parameters:
      status - The backup status of the data store.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • backupType

      BackupConfiguration.Builder backupType(String backupType)

      The type of backup.

      Parameters:
      backupType - The type of backup.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • backupType

      BackupConfiguration.Builder backupType(BackupType backupType)

      The type of backup.

      Parameters:
      backupType - The type of backup.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • retentionPeriodInDays

      BackupConfiguration.Builder retentionPeriodInDays(Integer retentionPeriodInDays)

      The number of days backup data is retained.

      Parameters:
      retentionPeriodInDays - The number of days backup data is retained.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • backupTagsEnabled

      BackupConfiguration.Builder backupTagsEnabled(Boolean backupTagsEnabled)

      Specifies whether tags are included in backups.

      Parameters:
      backupTagsEnabled - Specifies whether tags are included in backups.
      Returns:
      Returns a reference to this object so that method calls can be chained together.