Uses of Class
software.amazon.awscdk.services.rds.CfnOptionGroup.Builder
Package
Description
Amazon Relational Database Service Construct Library
-
Uses of CfnOptionGroup.Builder in software.amazon.awscdk.services.rds
Modifier and TypeMethodDescriptionstatic CfnOptionGroup.Builder
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
(List<? extends Object> optionConfigurations) A list of all available options for an option group.CfnOptionGroup.Builder.optionConfigurations
(IResolvable optionConfigurations) A list of all available options for an option group.CfnOptionGroup.Builder.optionGroupDescription
(String optionGroupDescription) The description of the option group.CfnOptionGroup.Builder.optionGroupName
(String optionGroupName) The name of the option group to be created.Tags to assign to the option group.