Uses of Class
software.amazon.awscdk.services.rds.CfnDBParameterGroupProps.Builder
Package
Description
Amazon Relational Database Service Construct Library
-
Uses of CfnDBParameterGroupProps.Builder in software.amazon.awscdk.services.rds
Modifier and TypeMethodDescriptionCfnDBParameterGroupProps.builder()
CfnDBParameterGroupProps.Builder.dbParameterGroupName
(String dbParameterGroupName) Sets the value ofCfnDBParameterGroupProps.getDbParameterGroupName()
CfnDBParameterGroupProps.Builder.description
(String description) Sets the value ofCfnDBParameterGroupProps.getDescription()
Sets the value ofCfnDBParameterGroupProps.getFamily()
CfnDBParameterGroupProps.Builder.parameters
(Object parameters) Sets the value ofCfnDBParameterGroupProps.getParameters()
Sets the value ofCfnDBParameterGroupProps.getTags()
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnDBParameterGroupProps.Builder
.