Interface IdeConfiguration.Builder

All Superinterfaces:
Buildable, CopyableBuilder<IdeConfiguration.Builder,IdeConfiguration>, SdkBuilder<IdeConfiguration.Builder,IdeConfiguration>, SdkPojo
Enclosing class:
IdeConfiguration

public static interface IdeConfiguration.Builder extends SdkPojo, CopyableBuilder<IdeConfiguration.Builder,IdeConfiguration>
  • Method Details

    • 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

      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.