Interface EngineVersionInfo.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<EngineVersionInfo.Builder,
,EngineVersionInfo> SdkBuilder<EngineVersionInfo.Builder,
,EngineVersionInfo> SdkPojo
- Enclosing class:
EngineVersionInfo
@Mutable
@NotThreadSafe
public static interface EngineVersionInfo.Builder
extends SdkPojo, CopyableBuilder<EngineVersionInfo.Builder,EngineVersionInfo>
-
Method Summary
Modifier and TypeMethodDescriptionThe name of the engine for which version information is provided.enginePatchVersion
(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, sdkFieldNameToField, sdkFields
-
Method Details
-
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
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.
-