@Stability(value=Stable) public static final class CfnOptionGroup.Builder extends Object implements software.amazon.jsii.Builder<CfnOptionGroup>
CfnOptionGroup.| Modifier and Type | Method and Description |
|---|---|
CfnOptionGroup |
build() |
static CfnOptionGroup.Builder |
create(software.constructs.Construct scope,
String id) |
CfnOptionGroup.Builder |
engineName(String engineName)
Specifies the name of the engine that this option group should be associated with.
|
CfnOptionGroup.Builder |
majorEngineVersion(String majorEngineVersion)
Specifies the major version of the engine that this option group should be associated with.
|
CfnOptionGroup.Builder |
optionConfigurations(IResolvable optionConfigurations)
A list of options and the settings for each option.
|
CfnOptionGroup.Builder |
optionConfigurations(List<? extends Object> optionConfigurations)
A list of options and the settings for each option.
|
CfnOptionGroup.Builder |
optionGroupDescription(String optionGroupDescription)
The description of the option group.
|
CfnOptionGroup.Builder |
tags(List<? extends CfnTag> tags)
Tags to assign to the option group.
|
@Stability(value=Stable) public static CfnOptionGroup.Builder create(software.constructs.Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnOptionGroup.OptionConfigurationProperty.Builder.@Stability(value=Stable) public CfnOptionGroup.Builder engineName(String engineName)
Valid Values:
mariadbmysqloracle-eeoracle-se2oracle-se1oracle-sepostgressqlserver-eesqlserver-sesqlserver-exsqlserver-webengineName - Specifies the name of the engine that this option group should be associated with. This parameter is required.this@Stability(value=Stable) public CfnOptionGroup.Builder majorEngineVersion(String majorEngineVersion)
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 CfnOptionGroup.Builder optionGroupDescription(String optionGroupDescription)
optionGroupDescription - The description of the option group. This parameter is required.this@Stability(value=Stable) public CfnOptionGroup.Builder optionConfigurations(IResolvable optionConfigurations)
optionConfigurations - A list of options and the settings for each option. This parameter is required.this@Stability(value=Stable) public CfnOptionGroup.Builder optionConfigurations(List<? extends Object> optionConfigurations)
optionConfigurations - A list of options and the settings for each option. This parameter is required.this@Stability(value=Stable) public CfnOptionGroup.Builder tags(List<? extends CfnTag> tags)
tags - Tags to assign to the option group. This parameter is required.this@Stability(value=Stable) public CfnOptionGroup build()
build in interface software.amazon.jsii.Builder<CfnOptionGroup>Copyright © 2022. All rights reserved.