Interface ImagePackage.Builder

    • Method Detail

      • packageName

        ImagePackage.Builder packageName​(String packageName)

        The name of the package as reported to the operating system package manager.

        Parameters:
        packageName - The name of the package as reported to the operating system package manager.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • packageVersion

        ImagePackage.Builder packageVersion​(String packageVersion)

        The version of the package as reported to the operating system package manager.

        Parameters:
        packageVersion - The version of the package as reported to the operating system package manager.
        Returns:
        Returns a reference to this object so that method calls can be chained together.