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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EngineVersionInfo.Builderengine(String engine)The name of the engine for which version information is provided.EngineVersionInfo.BuilderenginePatchVersion(String enginePatchVersion)The patched engine versionEngineVersionInfo.BuilderengineVersion(String engineVersion)The engine versionEngineVersionInfo.BuilderparameterGroupFamily(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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
engine
EngineVersionInfo.Builder engine(String engine)
The name of the engine for which version information is provided.
- Parameters:
engine- The name of the engine for which version information is provided.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
engineVersion
EngineVersionInfo.Builder engineVersion(String 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
EngineVersionInfo.Builder enginePatchVersion(String 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
EngineVersionInfo.Builder parameterGroupFamily(String 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.
-
-