Interface EngineVersionInfo.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<EngineVersionInfo.Builder,
,EngineVersionInfo> SdkBuilder<EngineVersionInfo.Builder,
,EngineVersionInfo> SdkPojo
- Enclosing class:
EngineVersionInfo
public static interface EngineVersionInfo.Builder
extends SdkPojo, CopyableBuilder<EngineVersionInfo.Builder,EngineVersionInfo>
-
Method Summary
Modifier and TypeMethodDescriptionenginePatchVersion
(String enginePatchVersion) The patched engine versionengineVersion
(String engineVersion) The engine versionparameterGroupFamily
(String parameterGroupFamily) Specifies the name of the parameter group family to which the engine default parameters apply.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 Details
-
engineVersion
The engine version
- Parameters:
engineVersion
- The engine version- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
enginePatchVersion
The patched engine version
- Parameters:
enginePatchVersion
- The patched engine version- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
parameterGroupFamily
Specifies the name of the parameter group family to which the engine default parameters apply.
- Parameters:
parameterGroupFamily
- Specifies the name of the parameter group family to which the engine default parameters apply.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-