@Stability(value=Experimental) public static final class EngineVersion.Builder extends Object implements software.amazon.jsii.Builder<EngineVersion>
EngineVersion| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
EngineVersion |
build()
Builds the configured instance.
|
EngineVersion.Builder |
fullVersion(String fullVersion)
Sets the value of
EngineVersion.getFullVersion() |
EngineVersion.Builder |
majorVersion(String majorVersion)
Sets the value of
EngineVersion.getMajorVersion() |
@Stability(value=Experimental) public EngineVersion.Builder majorVersion(String majorVersion)
EngineVersion.getMajorVersion()majorVersion - The major version of the engine, for example, "5.6". Used in specifying the ParameterGroup family and OptionGroup version for this engine. This parameter is required.this@Stability(value=Experimental) public EngineVersion.Builder fullVersion(String fullVersion)
EngineVersion.getFullVersion()fullVersion - The full version string of the engine, for example, "5.6.mysql_aurora.1.22.1". It can be undefined, which means RDS should use whatever version it deems appropriate for the given engine type.this@Stability(value=Experimental) public EngineVersion build()
build in interface software.amazon.jsii.Builder<EngineVersion>EngineVersionNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.