| Modifier and Type | Method and Description |
|---|---|
static CfnOptionGroup.Builder |
CfnOptionGroup.Builder.create(Construct scope,
String id) |
CfnOptionGroup.Builder |
CfnOptionGroup.Builder.engineName(String engineName)
Specifies the name of the engine that this option group should be associated with.
|
CfnOptionGroup.Builder |
CfnOptionGroup.Builder.majorEngineVersion(String majorEngineVersion)
Specifies the major version of the engine that this option group should be associated with.
|
CfnOptionGroup.Builder |
CfnOptionGroup.Builder.optionConfigurations(IResolvable optionConfigurations)
A list of options and the settings for each option.
|
CfnOptionGroup.Builder |
CfnOptionGroup.Builder.optionConfigurations(List<? extends Object> optionConfigurations)
A list of options and the settings for each option.
|
CfnOptionGroup.Builder |
CfnOptionGroup.Builder.optionGroupDescription(String optionGroupDescription)
The description of the option group.
|
CfnOptionGroup.Builder |
CfnOptionGroup.Builder.optionGroupName(String optionGroupName)
The name of the option group to be created.
|
CfnOptionGroup.Builder |
CfnOptionGroup.Builder.tags(List<? extends CfnTag> tags)
An optional array of key-value pairs to apply to this option group.
|
Copyright © 2022. All rights reserved.