Interface CfnOptionGroupPropsMixin.OptionSettingProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnOptionGroupPropsMixin.OptionSettingProperty.Jsii$Proxy
- Enclosing class:
CfnOptionGroupPropsMixin
@Stability(Stable)
public static interface CfnOptionGroupPropsMixin.OptionSettingProperty
extends software.amazon.jsii.JsiiSerializable
The
OptionSetting property type specifies the value for an option within an OptionSetting property.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.mixins.preview.services.rds.mixins.*;
OptionSettingProperty optionSettingProperty = OptionSettingProperty.builder()
.name("name")
.value("value")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnOptionGroupPropsMixin.OptionSettingPropertystatic final classAn implementation forCfnOptionGroupPropsMixin.OptionSettingProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getName
The name of the option that has settings that you can set.- See Also:
-
getValue
The current value of the option setting.- See Also:
-
builder
-