@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:41.471Z") @Stability(value=Stable) public interface EngineVersion extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.rds.*;
EngineVersion engineVersion = EngineVersion.builder()
.majorVersion("majorVersion")
// the properties below are optional
.fullVersion("fullVersion")
.build();
| 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 © 2022. All rights reserved.