@Stability(value=Stable) public static final class CfnOptionGroupProps.Builder extends Object implements software.amazon.jsii.Builder<CfnOptionGroupProps>
CfnOptionGroupProps| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnOptionGroupProps.Builder engineName(String engineName)
CfnOptionGroupProps.getEngineName()engineName - Specifies the name of the engine that this option group should be associated with. This parameter is required.
Valid Values:
mariadbmysqloracle-eeoracle-ee-cdboracle-se2oracle-se2-cdbpostgressqlserver-eesqlserver-sesqlserver-exsqlserver-webthis@Stability(value=Stable) public CfnOptionGroupProps.Builder majorEngineVersion(String majorEngineVersion)
CfnOptionGroupProps.getMajorEngineVersion()majorEngineVersion - Specifies the major version of the engine that this option group should be associated with. This parameter is required.this@Stability(value=Stable) public CfnOptionGroupProps.Builder optionGroupDescription(String optionGroupDescription)
CfnOptionGroupProps.getOptionGroupDescription()optionGroupDescription - The description of the option group. This parameter is required.this@Stability(value=Stable) public CfnOptionGroupProps.Builder optionConfigurations(IResolvable optionConfigurations)
CfnOptionGroupProps.getOptionConfigurations()optionConfigurations - A list of options and the settings for each option.this@Stability(value=Stable) public CfnOptionGroupProps.Builder optionConfigurations(List<? extends Object> optionConfigurations)
CfnOptionGroupProps.getOptionConfigurations()optionConfigurations - A list of options and the settings for each option.this@Stability(value=Stable) public CfnOptionGroupProps.Builder optionGroupName(String optionGroupName)
CfnOptionGroupProps.getOptionGroupName()optionGroupName - The name of the option group to be created.
Constraints:
Example: myoptiongroup
If you don't specify a value for OptionGroupName property, a name is automatically created for the option group.
This value is stored as a lowercase string.
this@Stability(value=Stable) public CfnOptionGroupProps.Builder tags(List<? extends CfnTag> tags)
CfnOptionGroupProps.getTags()tags - An optional array of key-value pairs to apply to this option group.this@Stability(value=Stable) public CfnOptionGroupProps build()
build in interface software.amazon.jsii.Builder<CfnOptionGroupProps>CfnOptionGroupPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.