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