Uses of Class
software.amazon.awscdk.services.rds.CfnOptionGroupProps.Builder
Packages that use CfnOptionGroupProps.Builder
Package
Description
Amazon Relational Database Service Construct Library
-
Uses of CfnOptionGroupProps.Builder in software.amazon.awscdk.services.rds
Methods in software.amazon.awscdk.services.rds that return CfnOptionGroupProps.BuilderModifier and TypeMethodDescriptionstatic CfnOptionGroupProps.Builder
CfnOptionGroupProps.builder()
CfnOptionGroupProps.Builder.engineName
(String engineName) Sets the value ofCfnOptionGroupProps.getEngineName()
CfnOptionGroupProps.Builder.majorEngineVersion
(String majorEngineVersion) Sets the value ofCfnOptionGroupProps.getMajorEngineVersion()
CfnOptionGroupProps.Builder.optionConfigurations
(List<? extends Object> optionConfigurations) Sets the value ofCfnOptionGroupProps.getOptionConfigurations()
CfnOptionGroupProps.Builder.optionConfigurations
(IResolvable optionConfigurations) Sets the value ofCfnOptionGroupProps.getOptionConfigurations()
CfnOptionGroupProps.Builder.optionGroupDescription
(String optionGroupDescription) Sets the value ofCfnOptionGroupProps.getOptionGroupDescription()
CfnOptionGroupProps.Builder.optionGroupName
(String optionGroupName) Sets the value ofCfnOptionGroupProps.getOptionGroupName()
Sets the value ofCfnOptionGroupProps.getTags()
Constructors in software.amazon.awscdk.services.rds with parameters of type CfnOptionGroupProps.BuilderModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnOptionGroupProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnOptionGroupProps.Builder
.