public static interface CfnOptionGroup.OptionSettingProperty
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.*; OptionSettingProperty optionSettingProperty = OptionSettingProperty.builder() .name("name") .value("value") .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnOptionGroup.OptionSettingProperty.Builder
A builder for
CfnOptionGroup.OptionSettingProperty |
static class |
CfnOptionGroup.OptionSettingProperty.Jsii$Proxy
An implementation for
CfnOptionGroup.OptionSettingProperty |
Modifier and Type | Method and Description |
---|---|
static CfnOptionGroup.OptionSettingProperty.Builder |
builder() |
default java.lang.String |
getName()
The name of the option that has settings that you can set.
|
default java.lang.String |
getValue()
The current value of the option setting.
|
default java.lang.String getName()
default java.lang.String getValue()
static CfnOptionGroup.OptionSettingProperty.Builder builder()