Interface IdeConfiguration.Builder

    • Method Detail

      • runtime

        IdeConfiguration.Builder runtime​(String runtime)

        A link to the IDE runtime image.

        This parameter is not required for VSCode.

        Parameters:
        runtime - A link to the IDE runtime image.

        This parameter is not required for VSCode.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • name

        IdeConfiguration.Builder name​(String name)

        The name of the IDE. Valid values include Cloud9, IntelliJ, PyCharm, GoLand, and VSCode.

        Parameters:
        name - The name of the IDE. Valid values include Cloud9, IntelliJ, PyCharm, GoLand, and VSCode.
        Returns:
        Returns a reference to this object so that method calls can be chained together.