Class ForceUnlinkParameters


  • public final class ForceUnlinkParameters
    extends Object
    Forcibly unlink another database from this database. Parameters for a Redis Enterprise Active Geo Replication Force Unlink operation.
    • Constructor Detail

      • ForceUnlinkParameters

        public ForceUnlinkParameters()
    • Method Detail

      • ids

        public List<String> ids()
        Get the ids property: The resource IDs of the database resources to be unlinked.
        Returns:
        the ids value.
      • withIds

        public ForceUnlinkParameters withIds​(List<String> ids)
        Set the ids property: The resource IDs of the database resources to be unlinked.
        Parameters:
        ids - the ids value to set.
        Returns:
        the ForceUnlinkParameters object itself.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.