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.
runtime - A link to the IDE runtime image.IdeConfiguration.Builder name(String name)
The name of the IDE.
name - The name of the IDE.Copyright © 2022. All rights reserved.