public static interface IdeConfiguration.Builder extends SdkPojo, CopyableBuilder<IdeConfiguration.Builder,IdeConfiguration>
| Modifier and Type | Method and Description |
|---|---|
IdeConfiguration.Builder |
name(String name)
The name of the IDE.
|
IdeConfiguration.Builder |
runtime(String runtime)
A link to the IDE runtime image.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildIdeConfiguration.Builder runtime(String runtime)
A link to the IDE runtime image.
This parameter is not required for VSCode.
runtime - A link to the IDE runtime image.
This parameter is not required for VSCode.
IdeConfiguration.Builder name(String name)
The name of the IDE. Valid values include Cloud9, IntelliJ, PyCharm,
GoLand, and VSCode.
name - The name of the IDE. Valid values include Cloud9, IntelliJ,
PyCharm, GoLand, and VSCode.Copyright © 2023. All rights reserved.