Interface EngineVersionInfo.Builder

  • Method Details

    • engine

      The name of the engine for which version information is provided.

      Parameters:
      engine - The name of the engine for which version information is provided.
      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.