Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.rds.CfnOptionGroupPropsMixin.Builder
Packages that use CfnOptionGroupPropsMixin.Builder
-
Uses of CfnOptionGroupPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.rds
Methods in software.amazon.awscdk.cfnpropertymixins.services.rds that return CfnOptionGroupPropsMixin.BuilderModifier and TypeMethodDescriptionCfnOptionGroupPropsMixin.Builder.create()CfnOptionGroupPropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnOptionGroupPropsMixin.Builder.engineName(String engineName) Specifies the name of the engine that this option group should be associated with.CfnOptionGroupPropsMixin.Builder.majorEngineVersion(String majorEngineVersion) Specifies the major version of the engine that this option group should be associated with.CfnOptionGroupPropsMixin.Builder.optionConfigurations(List<? extends Object> optionConfigurations) A list of all available options for an option group.CfnOptionGroupPropsMixin.Builder.optionConfigurations(IResolvable optionConfigurations) A list of all available options for an option group.CfnOptionGroupPropsMixin.Builder.optionGroupDescription(String optionGroupDescription) The description of the option group.CfnOptionGroupPropsMixin.Builder.optionGroupName(String optionGroupName) The name of the option group to be created.Tags to assign to the option group.