Interface EngineVersionsSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<EngineVersionsSummary.Builder,EngineVersionsSummary>,SdkBuilder<EngineVersionsSummary.Builder,EngineVersionsSummary>,SdkPojo
- Enclosing class:
- EngineVersionsSummary
public static interface EngineVersionsSummary.Builder extends SdkPojo, CopyableBuilder<EngineVersionsSummary.Builder,EngineVersionsSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EngineVersionsSummary.BuilderengineType(String engineType)The type of target platform for the application.EngineVersionsSummary.BuilderengineVersion(String engineVersion)The version of the engine type used by the application.-
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
-
engineType
EngineVersionsSummary.Builder engineType(String engineType)
The type of target platform for the application.
- Parameters:
engineType- The type of target platform for the application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
engineVersion
EngineVersionsSummary.Builder engineVersion(String engineVersion)
The version of the engine type used by the application.
- Parameters:
engineVersion- The version of the engine type used by the application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-