Interface Ide.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<Ide.Builder,Ide>,SdkBuilder<Ide.Builder,Ide>,SdkPojo
- Enclosing class:
- Ide
public static interface Ide.Builder extends SdkPojo, CopyableBuilder<Ide.Builder,Ide>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Ide.Buildername(String name)The name of the IDE.Ide.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
Ide.Builder runtime(String runtime)
A link to the IDE runtime image.
- Parameters:
runtime- A link to the IDE runtime image.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
Ide.Builder name(String name)
The name of the IDE.
- Parameters:
name- The name of the IDE.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-