@Generated(value="jsii-pacmak/1.24.0 (build b722f66)", date="2021-03-11T13:46:51.575Z") @Stability(value=Stable) public interface EngineVersion extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
EngineVersion.Builder
A builder for
EngineVersion |
static class |
EngineVersion.Jsii$Proxy
An implementation for
EngineVersion |
| Modifier and Type | Method and Description |
|---|---|
static EngineVersion.Builder |
builder() |
default String |
getFullVersion()
The full version string of the engine, for example, "5.6.mysql_aurora.1.22.1".
|
String |
getMajorVersion()
The major version of the engine, for example, "5.6".
|
@Stability(value=Stable) @NotNull String getMajorVersion()
@Stability(value=Stable) @Nullable default String getFullVersion()
Default: - no version specified
@Stability(value=Stable) static EngineVersion.Builder builder()
EngineVersion.Builder of EngineVersionCopyright © 2021. All rights reserved.