public static final class SqlServerProps.Builder extends Object
SqlServerProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
SqlServerProps |
build()
Builds the configured instance.
|
SqlServerProps.Builder |
withAllocatedStorage(Number value)
Sets the value of AllocatedStorage
|
SqlServerProps.Builder |
withEngine(String value)
Sets the value of Engine
|
SqlServerProps.Builder |
withEngineVersion(String value)
Sets the value of EngineVersion
|
SqlServerProps.Builder |
withInstanceClass(String value)
Sets the value of InstanceClass
|
SqlServerProps.Builder |
withLicenseModel(String value)
Sets the value of LicenseModel
|
SqlServerProps.Builder |
withMasterPassword(String value)
Sets the value of MasterPassword
|
SqlServerProps.Builder |
withMasterUsername(String value)
Sets the value of MasterUsername
|
SqlServerProps.Builder |
withVpc(software.amazon.awscdk.services.ec2.VpcNetworkRef value)
Sets the value of Vpc
|
public SqlServerProps.Builder withMasterPassword(String value)
value - the value to be setthispublic SqlServerProps.Builder withMasterUsername(String value)
value - the value to be setthispublic SqlServerProps.Builder withVpc(software.amazon.awscdk.services.ec2.VpcNetworkRef value)
value - the value to be setthispublic SqlServerProps.Builder withAllocatedStorage(@Nullable Number value)
value - the value to be setthispublic SqlServerProps.Builder withEngine(@Nullable String value)
value - the value to be setthispublic SqlServerProps.Builder withEngineVersion(@Nullable String value)
value - the value to be setthispublic SqlServerProps.Builder withInstanceClass(@Nullable String value)
value - the value to be setthispublic SqlServerProps.Builder withLicenseModel(@Nullable String value)
value - the value to be setthispublic SqlServerProps build()
SqlServerPropsNullPointerException - if any required attribute was not providedCopyright © 2018. All rights reserved.