Interface EngineVersionInfo.Builder

  • Method Details

    • engine

      The version of the Redis OSS or Valkey engine used by the cluster.

      Parameters:
      engine - The version of the Redis OSS or Valkey engine used by the cluster.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • engineVersion

      EngineVersionInfo.Builder engineVersion(String engineVersion)

      The engine version

      Parameters:
      engineVersion - The engine version
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • enginePatchVersion

      EngineVersionInfo.Builder enginePatchVersion(String enginePatchVersion)

      The patched engine version

      Parameters:
      enginePatchVersion - The patched engine version
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • parameterGroupFamily

      EngineVersionInfo.Builder parameterGroupFamily(String parameterGroupFamily)

      Specifies the name of the parameter group family to which the engine default parameters apply.

      Parameters:
      parameterGroupFamily - Specifies the name of the parameter group family to which the engine default parameters apply.
      Returns:
      Returns a reference to this object so that method calls can be chained together.