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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IdeConfiguration.Buildername(String name)The name of the IDE.IdeConfiguration.Builderruntime(String runtime)A link to the IDE runtime image.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
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, andVSCode.- Parameters:
name- The name of the IDE. Valid values includeCloud9,IntelliJ,PyCharm,GoLand, andVSCode.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-