| Package | Description |
|---|---|
| software.amazon.awscdk.services.rds |
Amazon Relational Database Service Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static CfnOptionGroup.Builder |
CfnOptionGroup.Builder.create(software.constructs.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.tags(List<? extends CfnTag> tags)
Tags to assign to the option group.
|
Copyright © 2022. All rights reserved.