public static final class SqlServerProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements SqlServerProps
software.amazon.jsii.JsiiObject.InitializationModeSqlServerProps.Builder, SqlServerProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObject.InitializationMode mode) |
| Modifier and Type | Method and Description |
|---|---|
Number |
getAllocatedStorage() |
String |
getEngine() |
String |
getEngineVersion() |
String |
getInstanceClass() |
String |
getLicenseModel() |
String |
getMasterPassword() |
String |
getMasterUsername() |
software.amazon.awscdk.services.ec2.VpcNetworkRef |
getVpc() |
void |
setAllocatedStorage(Number value) |
void |
setEngine(String value) |
void |
setEngineVersion(String value) |
void |
setInstanceClass(String value) |
void |
setLicenseModel(String value) |
void |
setMasterPassword(String value) |
void |
setMasterUsername(String value) |
void |
setVpc(software.amazon.awscdk.services.ec2.VpcNetworkRef value) |
jsiiAsyncCall, jsiiCall, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticGet, jsiiStaticSetclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObject.InitializationMode mode)
public String getMasterPassword()
getMasterPassword in interface SqlServerPropspublic void setMasterPassword(String value)
setMasterPassword in interface SqlServerPropspublic String getMasterUsername()
getMasterUsername in interface SqlServerPropspublic void setMasterUsername(String value)
setMasterUsername in interface SqlServerPropspublic software.amazon.awscdk.services.ec2.VpcNetworkRef getVpc()
getVpc in interface SqlServerPropspublic void setVpc(software.amazon.awscdk.services.ec2.VpcNetworkRef value)
setVpc in interface SqlServerProps@Nullable public Number getAllocatedStorage()
getAllocatedStorage in interface SqlServerPropspublic void setAllocatedStorage(@Nullable Number value)
setAllocatedStorage in interface SqlServerProps@Nullable public String getEngine()
getEngine in interface SqlServerPropspublic void setEngine(@Nullable String value)
setEngine in interface SqlServerProps@Nullable public String getEngineVersion()
getEngineVersion in interface SqlServerPropspublic void setEngineVersion(@Nullable String value)
setEngineVersion in interface SqlServerProps@Nullable public String getInstanceClass()
getInstanceClass in interface SqlServerPropspublic void setInstanceClass(@Nullable String value)
setInstanceClass in interface SqlServerProps@Nullable public String getLicenseModel()
getLicenseModel in interface SqlServerPropspublic void setLicenseModel(@Nullable String value)
setLicenseModel in interface SqlServerPropsCopyright © 2018. All rights reserved.