@Stability(value=Stable) @Internal public static final class OptionConfiguration.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements OptionConfiguration
OptionConfigurationsoftware.amazon.jsii.JsiiObject.InitializationModeOptionConfiguration.Builder, OptionConfiguration.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
protected |
Jsii$Proxy(OptionConfiguration.Builder builder)
Constructor that initializes the object based on literal property values passed by the
OptionConfiguration.Builder. |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
String |
getName()
The name of the option.
|
Number |
getPort()
The port number that this option uses.
|
List<ISecurityGroup> |
getSecurityGroups()
Optional list of security groups to use for this option, if `vpc` is specified.
|
Map<String,String> |
getSettings()
The settings for the option.
|
String |
getVersion()
The version for the option.
|
IVpc |
getVpc()
The VPC where a security group should be created for this option.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(OptionConfiguration.Builder builder)
OptionConfiguration.Builder.public final String getName()
OptionConfigurationgetName in interface OptionConfigurationpublic final Number getPort()
OptionConfiguration
If port is specified then vpc
must also be specified.
Default: - no port
getPort in interface OptionConfigurationpublic final List<ISecurityGroup> getSecurityGroups()
OptionConfigurationIf no groups are provided, a default one will be created.
Default: - a default group will be created if `port` or `vpc` are specified.
getSecurityGroups in interface OptionConfigurationpublic final Map<String,String> getSettings()
OptionConfigurationDefault: - no settings
getSettings in interface OptionConfigurationpublic final String getVersion()
OptionConfigurationDefault: - no version
getVersion in interface OptionConfigurationpublic final IVpc getVpc()
OptionConfiguration
If vpc
is specified then port must also be specified.
Default: - no VPC
getVpc in interface OptionConfiguration@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.