Interface BackupRetentionPolicy.Builder

    • Method Detail

      • type

        BackupRetentionPolicy.Builder type​(String type)

        The type of backup retention policy. For the DAYS type, the value is the number of days to retain backups.

        Parameters:
        type - The type of backup retention policy. For the DAYS type, the value is the number of days to retain backups.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        BackupRetentionType, BackupRetentionType
      • type

        BackupRetentionPolicy.Builder type​(BackupRetentionType type)

        The type of backup retention policy. For the DAYS type, the value is the number of days to retain backups.

        Parameters:
        type - The type of backup retention policy. For the DAYS type, the value is the number of days to retain backups.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        BackupRetentionType, BackupRetentionType
      • value

        BackupRetentionPolicy.Builder value​(String value)

        Use a value between 7 - 379.

        Parameters:
        value - Use a value between 7 - 379.
        Returns:
        Returns a reference to this object so that method calls can be chained together.