Interface EngineVersionInfo.Builder

    • Method Detail

      • 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.