@Stability(value=Stable) public static final class CfnOptionGroup.OptionSettingProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnOptionGroup.OptionSettingProperty>
CfnOptionGroup.OptionSettingProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnOptionGroup.OptionSettingProperty |
build()
Builds the configured instance.
|
CfnOptionGroup.OptionSettingProperty.Builder |
name(String name)
Sets the value of
CfnOptionGroup.OptionSettingProperty.getName() |
CfnOptionGroup.OptionSettingProperty.Builder |
value(String value)
Sets the value of
CfnOptionGroup.OptionSettingProperty.getValue() |
@Stability(value=Stable) public CfnOptionGroup.OptionSettingProperty.Builder name(String name)
CfnOptionGroup.OptionSettingProperty.getName()name - The name of the option that has settings that you can set.this@Stability(value=Stable) public CfnOptionGroup.OptionSettingProperty.Builder value(String value)
CfnOptionGroup.OptionSettingProperty.getValue()value - The current value of the option setting.this@Stability(value=Stable) public CfnOptionGroup.OptionSettingProperty build()
build in interface software.amazon.jsii.Builder<CfnOptionGroup.OptionSettingProperty>CfnOptionGroup.OptionSettingPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.