@Stability(value=Stable)
public static interface CfnOptionGroup.OptionSettingProperty
extends software.amazon.jsii.JsiiSerializable
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 String |
getName()
The name of the option that has settings that you can set.
|
default String |
getValue()
The current value of the option setting.
|
@Stability(value=Stable) @Nullable default String getName()
@Stability(value=Stable) @Nullable default String getValue()
@Stability(value=Stable) static CfnOptionGroup.OptionSettingProperty.Builder builder()
Copyright © 2023. All rights reserved.