Interface EnvironmentLanguage.Builder

    • Method Detail

      • language

        EnvironmentLanguage.Builder language​(String language)

        The programming language for the Docker images.

        Parameters:
        language - The programming language for the Docker images.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        LanguageType, LanguageType
      • language

        EnvironmentLanguage.Builder language​(LanguageType language)

        The programming language for the Docker images.

        Parameters:
        language - The programming language for the Docker images.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        LanguageType, LanguageType
      • images

        EnvironmentLanguage.Builder images​(Collection<EnvironmentImage> images)

        The list of Docker images that are related by the specified programming language.

        Parameters:
        images - The list of Docker images that are related by the specified programming language.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • images

        EnvironmentLanguage.Builder images​(EnvironmentImage... images)

        The list of Docker images that are related by the specified programming language.

        Parameters:
        images - The list of Docker images that are related by the specified programming language.
        Returns:
        Returns a reference to this object so that method calls can be chained together.